Skip to content

Commit 3949951

Browse files
committed
internal: improve message when do-not-merge label is present
1 parent d62ce47 commit 3949951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_pr_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Block if it doesn't minimum requirements
3333
if: contains(github.event.pull_request.labels.*.name, 'do-not-merge')
3434
run: |
35-
echo "This PR does not meet minimum requirements (check PR comments)."
35+
echo "PR has 'do-not-merge' label. Please resolve the issues mentioned in the PR comments."
3636
exit 1

0 commit comments

Comments
 (0)