From ef89d3ee319ae8f60d6326d5f3b6b5f2d36c672e Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Thu, 13 Jun 2024 15:44:18 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcf4ec..4b780a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - Modified the [`reusable-changelog-check`](.github/workflows/reusable-changelog-check.yml) workflow to remove its dependency on a third-party action. The workflow behavior should remain unchanged except that applying the `bumpless` label now results in the workflow being skipped rather than succeeding. Fixes https://github.com/ASFHyP3/actions/issues/156 - - When upgrading this reusable action in your repository, you can remove the following lines from the calling workflow: + - When upgrading this reusable action in your repository, remove the following lines from the calling workflow: ```diff - secrets: - USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}