Skip to content

Commit

Permalink
Renamed workflow file name and pr description
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk authored Aug 5, 2024
1 parent 30c92ca commit e5f8b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: create pull request
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Created by Github action'
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Monthly pull request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# release-stable:
Expand Down

0 comments on commit e5f8b0e

Please sign in to comment.