Skip to content

Commit

Permalink
Merge pull request #3122 from E3SM-Project/bartgol/fix-mergify
Browse files Browse the repository at this point in the history
Mergify: dismiss reviews when new commits are added
  • Loading branch information
bartgol authored Nov 20, 2024
2 parents c98f074 + 1df5b17 commit 767c2a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ merge_protections:
- check-skipped=cpu-gcc

pull_request_rules:
- name: dismiss stale reviews
conditions:
- base=master
actions:
dismiss_reviews:
when: synchronize # Dismiss reviews when synchronize event happens
- name: Automatic merge when CI passes and approved
conditions:
- "label=CI: automerge"
Expand Down

0 comments on commit 767c2a0

Please sign in to comment.