Skip to content

Commit

Permalink
Update branch-updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doitandbedone authored Mar 29, 2024
1 parent 109053b commit 4c35130
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" --head doitandbedone:master --base doitandbedone:vlc-support
gh pr create --title "Merge from master" --head doitandbedone:master --base doitandbedone:feature/workflow-version-tagger
gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base doitandbedone:vlc-support
gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base doitandbedone:feature/workflow-version-tagger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c35130

Please sign in to comment.