File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ timeout = 3600
77# (Optional, defaults to false)
88merge_queue_enabled = true
99
10+ # Labels that will block approval when present on a PR
11+ # (Optional)
12+ labels_blocking_approval = [" final-comment-period" , " proposed-final-comment-period" ]
13+
1014# Labels that should be set on a PR after an event happens.
1115# "+<label>" adds the label, while "-<label>" removes the label after the event.
1216# Supported events:
@@ -22,7 +26,3 @@ unapproved = ["-approved"]
2226try_failed = []
2327auto_build_succeeded = [" +foo" , " +bar" ]
2428auto_build_failed = [" +foo" , " +bar" ]
25-
26- # Labels that will block approval when present on a PR
27- # (Optional)
28- labels_blocking_approval = [" final-comment-period" , " proposed-final-comment-period" ]
You can’t perform that action at this time.
0 commit comments