Skip to content

Commit

Permalink
Improve PR content
Browse files Browse the repository at this point in the history
  • Loading branch information
itamargiv committed Oct 4, 2023
1 parent 8ad16ea commit de02fea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/schedule-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create PR
run: gh pr create -B main -H development --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
run: |
gh pr create -B main -H development \
--title "Release Mismatch Finder to Production" \
--body "Review and release the latest changes from staging to production."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de02fea

Please sign in to comment.