Skip to content

Commit

Permalink
Added step to automatically create a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 26, 2023
1 parent 10cf80c commit 2cc5beb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ jobs:
branch: update-changelog
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: Updated CHANGELOG.md
title: Updated CHANGELOG.md
body: Updated CHANGELOG.md
base: main
labels: automated-pr, update-changelog
branch: update-changelog
delete-branch: true

0 comments on commit 2cc5beb

Please sign in to comment.