Skip to content

Commit 50674f3

Browse files
committed
ci(changelog): Improve failure message for changelog verifier
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com>
1 parent 769607a commit 50674f3

File tree

3 files changed

+5
-46
lines changed

3 files changed

+5
-46
lines changed

.github/WORKFLOW_TROUBLESHOOTING.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/changelog_verifier.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
- uses: dangoslen/changelog-enforcer@v3
1717
with:
1818
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 a note about your change to the 'Unreleased' section of the CHANGELOG.md file.
23+
You can find the file here: https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
- Use S3CrtClient for higher throughput while uploading files to S3 ([#18800](https://github.com/opensearch-project/OpenSearch/pull/18800))
1515
- Add a dynamic setting to change skip_cache_factor and min_frequency for querycache ([#18351](https://github.com/opensearch-project/OpenSearch/issues/18351))
1616
- Add overload constructor for Translog to accept Channel Factory as a parameter ([#18918](https://github.com/opensearch-project/OpenSearch/pull/18918))
17-
- Add a troubleshooting guide for CI/CD checks to help new contributors ([#12979](https://github.com/opensearch-project/OpenSearch/issues/12979))
1817

1918
### Changed
2019
- Add CompletionStage variants to methods in the Client Interface and default to ActionListener impl ([#18998](https://github.com/opensearch-project/OpenSearch/pull/18998))

0 commit comments

Comments
 (0)