Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
changelog concurrency
Browse files Browse the repository at this point in the history
:trollface:
  • Loading branch information
DEATHB4DEFEAT authored Oct 14, 2023
1 parent 2475638 commit 3b19109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: PR Changelogs
concurrency: commit_action
on:
pull_request_target:
types: [closed]
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:

- name: Commit Changelog
run: |
git pull origin master
git add *.yml
git commit -m "${{ vars.CHANGELOG_MESSAGE }} (#${{ env.PR_NUMBER }})"
git push
Expand Down

0 comments on commit 3b19109

Please sign in to comment.