Skip to content

Commit

Permalink
Merge pull request #573 from web-token/mergify/Spomky/config-update
Browse files Browse the repository at this point in the history
ci(Mergify): configuration update
  • Loading branch information
Spomky authored Jun 14, 2024
2 parents 80e9f0b + 7a96a00 commit fe8a219
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pull_request_rules:
- name: Automatic merge
description: Merge when PR passes all branch protection and has label automerge
conditions:
- label = automerge
actions:
merge:
- name: Label conflicting pull requests
description: Add a label to a pull request with conflict to spot it easily
conditions:
- conflict
- '-closed'
actions:
label:
toggle:
- conflict

0 comments on commit fe8a219

Please sign in to comment.