Skip to content

Commit

Permalink
Added date to title of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk authored Aug 5, 2024
1 parent fedf346 commit 5442626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-releases-1_pull-request.yml
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 'Monthly pull request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements.'
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR - $(date '+%Y-%m-%d')' --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 5442626

Please sign in to comment.