Skip to content

Commit

Permalink
chore: enable PR creation in GitHub Actions publish workflow
Browse files Browse the repository at this point in the history
- Added 'create-pr: true' to the publish workflow configuration to allow automatic pull request creation.
- This enhancement aims to improve the workflow by facilitating easier collaboration and review processes.
  • Loading branch information
devaryakjha committed Dec 18, 2024
1 parent ef380f5 commit b5f61bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
tag: true
git-email: "[email protected]"
git-name: "GitHub Actions Bot"
create-pr: true

stable:
if: github.ref == 'refs/heads/stable'
Expand Down

0 comments on commit b5f61bc

Please sign in to comment.