We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf33417 commit 51a8e4eCopy full SHA for 51a8e4e
.github/workflows/open-v3-maintenance-prs.yml
@@ -52,6 +52,10 @@ jobs:
52
53
Depending on your changes, running `git rebase --onto v3-maintenance main ${{ github.head_ref }}` might be a good starting point.
54
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
+
59
- name: "Comment on PR with backport PR details"
60
if: steps.open_pr.outputs.has_wrangler_patch == 'true' && success()
61
uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb
0 commit comments