-
Notifications
You must be signed in to change notification settings - Fork 925
Fix the v3 backport message to use v3-backport-PR #9777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
@@ -63,4 +63,4 @@ jobs: | |||
with: | |||
header: v3-backport | |||
message: | | |||
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! | |||
These changes have been automatically backported to Wrangler v3 :tada: You can view the v3 changes at https://github.com/cloudflare/workers-sdk/compare/v3-maintenance...v3-backport-${{ github.event.number }}. Please check that diff for correctness, create a PR if it looks good, and make sure it's merged after this one. Thank you for helping us keep Wrangler v3 supported! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a PR if it looks good
isn't the PR automatically created?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was not for #9776 - but let's wait for other to chime in the discussion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at tools/deployments/open-v3-pr.ts
it it supposed to be....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I guess --head v3-maintenance-${process.env.PR_NUMBER}
is buggy there, I'll update that too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh...yeah, that failed with https://github.com/cloudflare/workers-sdk/actions/runs/15921226878/job/44908246659?pr=9775#step:5:22
Ref the correct branch +
clarify that the PR should be manually created.(that was a bug fixed in the follow up commit - we tried to create a PR from the wrong branch using v3-maintenance-... instead of v3-backport-...)