From 168052482d1f8a067b2b170be9816fdb4e227c67 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 7 Mar 2024 11:29:57 -0700 Subject: [PATCH] Undo the changelog github action change and let it be done in a different PR. --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index ae79649f8a..3657e64d02 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -36,7 +36,7 @@ jobs: - uses: dangoslen/dependabot-changelog-helper@v3 with: version: ${{ needs.setup.outputs.version }} - activationLabels: 'dependencies' + activationLabel: 'dependencies' changelogPath: './CHANGELOG.md' # This step is required for committing the changes to your branch.