Skip to content

Commit

Permalink
Added more descriptive messaging for Auto PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
doitandbedone authored Mar 29, 2024
1 parent 58bd96e commit 2eafd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base vlc-support
gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base feature/workflow-version-tagger
gh pr create --title "Merge master into vlc-support" --body "PR automatically created to keep branch up to date" --head doitandbedone:master --base vlc-support
gh pr create --title "Merge master into feature/workflow-version-tagger" --body "PR automatically created to keep branch up to date" --head doitandbedone:master --base feature/workflow-version-tagger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2eafd2f

Please sign in to comment.