Skip to content

Commit

Permalink
Add label to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed Nov 15, 2024
1 parent fa43135 commit 0ef0e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-mainline-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
git checkout -b promote-staging-$(date +%F)
git merge --ff-only origin/amd-staging
git push -u origin HEAD
gh pr create --base amd-mainline --title "Promote \`amd-staging\` to \`amd-mainline\`" --fill
gh pr create --base amd-mainline --title "Promote \`amd-staging\` to \`amd-mainline\`" --fill --label "automerge"

0 comments on commit 0ef0e9f

Please sign in to comment.