Skip to content

Commit

Permalink
ci(mergify): label PR without unresolved threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jd authored and sileht committed Mar 21, 2022
1 parent b19a2a4 commit 08ce7b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -143,6 +143,23 @@ pull_request_rules:
label:
remove:
- conflict

- name: label on unresolved
conditions:
- "#review-threads-unresolved>0"
actions:
label:
add:
- Review Threads Unresolved

- name: unlabel on resolved
conditions:
- "#review-threads-unresolved=0"
actions:
label:
remove:
- Review Threads Unresolved

- name: warn on CI failure for hotfix
conditions:
- label=hotfix

0 comments on commit 08ce7b1

Please sign in to comment.