From 970d608100436e30794bbbcfb1d69be6b3d176e1 Mon Sep 17 00:00:00 2001 From: DerSkythe <31771569+derskythe@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:12:01 +0400 Subject: [PATCH] ci: update changelog.yml Disable autorun Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com> --- .github/workflows/changelog.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 6492eff..0ab1703 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -33,18 +33,27 @@ jobs: repo: ${{ github.repository }} output: CHANGELOG.md unreleased: false + issues: true + prWoLabels: true stripGeneratorNotice: true + verbose: true + breakingLabels: true + enhancementLabels: true + bugLabels: true + deprecatedLabels: true + removedLabels: true + securityLabels: true - name: "Show CHANGELOG.md" run: cat CHANGELOG.md - - name: "Commit changes" - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "docs: update `CHANGELOG.md`" - file_pattern: "*.md" - branch: ${{ github.ref_name }} - commit_options: '--no-verify --signoff' - # skip_dirty_check: true - # skip_checkout: true - # skip_fetch: true \ No newline at end of file +# - name: "Commit changes" +# uses: stefanzweifel/git-auto-commit-action@v4 +# with: +# commit_message: "docs: update `CHANGELOG.md`" +# file_pattern: "*.md" +# branch: ${{ github.ref_name }} +# commit_options: '--no-verify --signoff' +# # skip_dirty_check: true +# # skip_checkout: true +# # skip_fetch: true