We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb27a2 commit cd9d138Copy full SHA for cd9d138
.github/workflows/changelog_verifier.yml
@@ -16,3 +16,8 @@ jobs:
16
- uses: dangoslen/changelog-enforcer@v3
17
with:
18
skipLabels: "autocut, skip-changelog"
19
+ changeIsMissingMessage: |
20
+ ❌ ERROR: No update to CHANGELOG.md found!
21
+ This project requires a changelog entry for every user-facing change.
22
+ Please add an entry to the changelog or ask a maintainer to add the skip-changelog label.
23
+ See https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#changelog for more details.
0 commit comments