Skip to content

Commit

Permalink
Merge pull request #8 from learningequality/rtibbles-patch-1
Browse files Browse the repository at this point in the history
Update update_changelog.yml
  • Loading branch information
rtibbles authored Aug 8, 2024
2 parents efb696f + 368077f commit 028af60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ jobs:
awk '/<!-- \[DO NOT REMOVE-USED BY GH ACTION\] PASTE CHANGELOG -->/{print; system("cat pr_info.txt"); next} 1' CHANGELOG.md > tmpfile && mv tmpfile CHANGELOG.md
- name: Commit updated CHANGELOG.md
uses: pre-commit-ci/[email protected]
if: always()
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ${{ github.event.pull_request.base.ref }}
commit_message: "Update CHANGELOG.md for PR #${{ github.event.pull_request.number }}"
file_pattern: CHANGELOG.md

0 comments on commit 028af60

Please sign in to comment.