Skip to content

Commit 9640dd8

Browse files
authored
Mention label in changelog verifier comment (#14656)
1 parent 0ea423e commit 9640dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-changelog-and-set-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "Diff:"
5959
if git diff --exit-code --name-only $BASE_COMMIT HEAD -- ${{ env.CHANGE_LOG_FILE }}; then
6060
echo "Change log file:${{ env.CHANGE_LOG_FILE }} does not contains an entry corresponding to changes introduced in PR. Please add a changelog entry."
61-
gh pr comment ${{ github.event.number }} --body "This PR does not have an entry in lucene/CHANGES.txt. Consider adding one."
61+
gh pr comment ${{ github.event.number }} --body "This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the `skip-changelog-check` label to it and you will stop receiving this reminder on future updates to the PR."
6262
exit 0
6363
else
6464
echo "${{ env.CHANGE_LOG_FILE }} contains change log entry. Proceeding with next steps."

0 commit comments

Comments
 (0)