From 39499519309eb171f50b8e07e53721e524659ec0 Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Fri, 10 Oct 2025 09:13:51 +0200 Subject: [PATCH] internal: improve message when do-not-merge label is present --- .github/workflows/on_pr_updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr_updates.yml b/.github/workflows/on_pr_updates.yml index 2663d707399..d087d355d50 100644 --- a/.github/workflows/on_pr_updates.yml +++ b/.github/workflows/on_pr_updates.yml @@ -32,5 +32,5 @@ jobs: - name: Block if it doesn't minimum requirements if: contains(github.event.pull_request.labels.*.name, 'do-not-merge') run: | - echo "This PR does not meet minimum requirements (check PR comments)." + echo "PR has 'do-not-merge' label. Please resolve the issues mentioned in the PR comments." exit 1