X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/53a6216cd57955837e84f6ea82ca650c86320b03..95e77cb5590a1499d3aa4cf7fe60481347191c35:/.github/workflows/changelog.yml?ds=sidebyside diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d7ee505..476e254 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -17,5 +17,5 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'skip news') != true run: | grep -Pz "\((\n\s*)?#${{ github.event.pull_request.number }}(\n\s*)?\)" CHANGES.md || \ - (echo "Please add '(#${{ github.event.pull_request.number }})' change line to CHANGES.md" && \ + (echo "Please add '(#${{ github.event.pull_request.number }})' change line to CHANGES.md (or if appropriate, ask a maintainer to add the 'skip news' label)" && \ exit 1)