File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ merge:
7777\n Please help to unblock it by resolving these conflicts. Thanks!"
7878
7979 # label to monitor
80- mergeLabel : " PR action: merge"
80+ mergeLabel : " action: merge"
8181
8282 # adding any of these labels will also add the merge label
8383 mergeLinkedLabels :
84- - " PR action: merge-assistance"
84+ - " action: merge-assistance"
8585
8686 # list of checks that will determine if the merge label can be added
8787 checks :
@@ -102,9 +102,9 @@ merge:
102102 # list of labels that a PR shouldn't have, checked after the required labels with a regexp
103103 forbiddenLabels :
104104 - " target: TBD"
105- - " PR action: cleanup"
106- - " PR action: review"
107- - " PR state: blocked"
105+ - " action: cleanup"
106+ - " action: review"
107+ - " state: blocked"
108108 - " cla: no"
109109
110110 # list of PR statuses that need to be successful
@@ -186,4 +186,4 @@ rerunCircleCI:
186186 # set to true to disable
187187 disabled : false
188188 # the label which when added triggers a rerun of the default CircleCI workflow
189- triggerRerunLabel : " PR action: rerun CI at HEAD"
189+ triggerRerunLabel : " action: rerun CI at HEAD"
You can’t perform that action at this time.
0 commit comments