Skip to content

Commit 563f1f9

Browse files
fabiobaltierikartben
authored andcommitted
ci: do_not_merge: add the manifest specific dnm label to the list
Add "DNM (manifest)" to the "do not merge" labels. This is meant to be a DNM controlled by the manifest action specific, so that the normal one can be used by humans and the two are not going to fight with each other. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 1772dc8 commit 563f1f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/do_not_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- name: Check for label
1313
if: ${{ contains(github.event.*.labels.*.name, 'DNM') ||
14+
contains(github.event.*.labels.*.name, 'DNM (manifest)') ||
1415
contains(github.event.*.labels.*.name, 'TSC') ||
1516
contains(github.event.*.labels.*.name, 'Architecture Review') ||
1617
contains(github.event.*.labels.*.name, 'dev-review') }}

0 commit comments

Comments
 (0)