Skip to content

Commit c1d53c2

Browse files
chore(ci): improve message when do-not-merge label is present (#7505)
internal: improve message when do-not-merge label is present Co-authored-by: Leandro Damascena <[email protected]>
1 parent d89910c commit c1d53c2

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)