Skip to content

Commit

Permalink
update changelog using a pull request
Browse files Browse the repository at this point in the history
The action does dubious things like a force push, that can't work on main.
  • Loading branch information
casimir committed Aug 2, 2023
1 parent 4807613 commit c6f0f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: update changelog
on:
release:
types: [published, released]
types: [released]
workflow_dispatch:

jobs:
Expand All @@ -15,3 +15,4 @@ jobs:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: "update changelog for %s changes"
pull_request: true

0 comments on commit c6f0f38

Please sign in to comment.