Skip to content

Commit

Permalink
Update update-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaycalicut17 authored Oct 7, 2023
1 parent 229be90 commit c76e2b1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [released]

permissions:
contents: write
contents: write
pull-requests: write

jobs:
update:
Expand All @@ -23,11 +24,13 @@ jobs:
latest-version: ${{ github.event.release.name }}
release-notes: ${{ github.event.release.body }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md


commit-message: Update CHANGELOG
branch: create-pull-request/changelog-updater-action
delete-branch: true
title: 'Update Changelog'
body: |
Update Changelog
- Updated with latest changelog

0 comments on commit c76e2b1

Please sign in to comment.