Skip to content

Commit 7322bf1

Browse files
authored
Update open-v3-maintenance-prs.yml (#8493)
1 parent 289a1c5 commit 7322bf1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
PR_NUMBER: ${{ github.event.number }}
3232
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3333
LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
34-
- name: "Comment on PR with error details"
35-
if: failure()
36-
uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb
37-
with:
38-
message: |
39-
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the `v3-maintenance` branch with your changes. Thank you for helping us keep Wrangler v3 supported!
34+
# - name: "Comment on PR with error details"
35+
# if: failure()
36+
# uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb
37+
# with:
38+
# message: |
39+
# Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the `v3-maintenance` branch with your changes. Thank you for helping us keep Wrangler v3 supported!
4040

41-
Depending on your changes, running `git rebase --onto v3-maintenance main ${{ github.head_ref }}` might be a good starting point.
41+
# Depending on your changes, running `git rebase --onto v3-maintenance main ${{ github.head_ref }}` might be a good starting point.
4242

43-
- name: "Comment on PR with error details"
44-
if: success()
45-
uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb
46-
with:
47-
message: |
48-
These changes have been automatically backported to Wrangler v3 :tada: You can view the automatically updated PR at https://github.com/cloudflare/workers-sdk/compare/v3-maintenance...v3-maintenance-${{ github.event.number }}. Please check that PR for correctness, and make sure it's merged after this one. Thank you for helping us keep Wrangler v3 supported!
43+
# - name: "Comment on PR with error details"
44+
# if: success()
45+
# uses: marocchino/sticky-pull-request-comment@daa4a82a0a3f6c162c02b83fa44b3ab83946f7cb
46+
# with:
47+
# message: |
48+
# These changes have been automatically backported to Wrangler v3 :tada: You can view the automatically updated PR at https://github.com/cloudflare/workers-sdk/compare/v3-maintenance...v3-maintenance-${{ github.event.number }}. Please check that PR for correctness, and make sure it's merged after this one. Thank you for helping us keep Wrangler v3 supported!

0 commit comments

Comments
 (0)