Skip to content

Commit

Permalink
chore(changelogs): change to PR scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 6, 2024
1 parent cb0db04 commit b3bdac7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
update:
Expand All @@ -27,6 +28,15 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: update-changelog
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: update-changelog
commit-message: Update CHANGELOG
title: Update CHANGELOG
body: This PR updates the CHANGELOG with the latest release notes.
labels: changelog

0 comments on commit b3bdac7

Please sign in to comment.