Skip to content

Commit

Permalink
ci: update changelog.yml
Browse files Browse the repository at this point in the history
Disable autorun

Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com>
  • Loading branch information
derskythe authored Dec 19, 2023
1 parent 4523b46 commit 970d608
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - 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

0 comments on commit 970d608

Please sign in to comment.