You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Add the 'flag:merge' label to add your PR to the merge queue, once you're ready. The PR won't merge until all checks have passed successfully.
41
+
- name: remove-merge-on-failure
42
+
conditions:
43
+
- -closed
44
+
- -merged
45
+
- -conflict
46
+
- base=main
47
+
- check-failure=pr
48
+
- check-success!=pr
49
+
- -label=flag:urgent
50
+
- label=flag:merge
51
+
- "#commits-behind=0"
52
+
- queue-position=0
53
+
actions:
54
+
label:
55
+
remove:
56
+
- flag:merge
57
+
- name: remove-merge-label-not-approved
58
+
conditions:
59
+
- -closed
60
+
- -merged
61
+
- base=main
62
+
- -label=flag:urgent
63
+
- label=flag:merge
64
+
actions:
65
+
comment:
66
+
message: The PR is not approved by the code owner, removing flag merge.
0 commit comments