We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996540f commit 5af1578Copy full SHA for 5af1578
.github/workflows/do_not_merge.yml
@@ -31,7 +31,7 @@ jobs:
31
do_not_merge:
32
33
# Define job name:
34
- name: 'Check for label'
+ name: 'Check for Do Not Merge label'
35
36
# Only run this job if the pull request has a "Do Not Merge" label:
37
if: ${{ contains(github.event.*.labels.*.name, 'Do Not Merge') }}
0 commit comments