From b53445d68e8d35b4461ade87522518af3a14fedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B3nimo=20Albi?= Date: Tue, 14 Nov 2023 09:14:15 +0100 Subject: [PATCH] ci: change the changelog enforcer label name (#3751) * ci: change the changelog enforcer label name * chore: update changelog --- .github/workflows/cl-enforcer.yml | 3 ++- changelog.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cl-enforcer.yml b/.github/workflows/cl-enforcer.yml index 850a632159..c284dc588f 100644 --- a/.github/workflows/cl-enforcer.yml +++ b/.github/workflows/cl-enforcer.yml @@ -14,5 +14,6 @@ jobs: - uses: dangoslen/changelog-enforcer@v3 with: changeLogPath: 'changelog.md' - missingUpdateErrorMessage: 'Please fill the changelog.md file or add the "Skip-Changelog" label' + missingUpdateErrorMessage: 'Please add an entry to the changelog.md file or add the "skip-changelog" label' + skipLabels: 'skip-changelog' versionPattern: '' diff --git a/changelog.md b/changelog.md index f603f82022..c4e816b4df 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ ### Changes - [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC +- [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check - [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option ## [`v0.27.1`](https://github.com/ignite/cli/releases/tag/v0.27.1)