Skip to content

Commit 51a8e4e

Browse files
committed
Add details to v3 maintenance worflow error message
1 parent cf33417 commit 51a8e4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/open-v3-maintenance-prs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
5353
Depending on your changes, running `git rebase --onto v3-maintenance main ${{ github.head_ref }}` might be a good starting point.
5454
55+
Notes:
56+
- your PR branch should be named `v3-backport-${{ github.event.number }}`
57+
- add the `skip-v3-pr` label to the current PR to stop this workflow from failing
58+
5559
- name: "Comment on PR with backport PR details"
5660
if: steps.open_pr.outputs.has_wrangler_patch == 'true' && success()
5761
uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb

0 commit comments

Comments
 (0)