-
Notifications
You must be signed in to change notification settings - Fork 16.2k
build: rewrite push-patch to use the github API instead of local git commits to ensure commits are signed #47401
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
…commits to ensure commits are signed
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.
Hmmm looks like something is amiss:
from: https://github.com/electron/electron/actions/runs/15499439929/job/43643790257?pr=47402
2025-06-06T20:53:52.7204163Z patches/node/fix_expose_the_built-in_electron_module_via_the_esm_loader.patch: needs update
2025-06-06T20:53:53.0122621Z Error: Failed to get current branch
2025-06-06T20:53:53.0123207Z at getCurrentBranch (/__w/electron/electron/src/electron/script/patch-up.js:51:11)
2025-06-06T20:53:53.0123784Z at main (/__w/electron/electron/src/electron/script/patch-up.js:72:25)
2025-06-06T20:53:53.0124353Z at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
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.
dde9f9d shows patch up working properly with these changes.
No Release Notes |
I have automatically backported this PR to "37-x-y", please check out #47530 |
I have automatically backported this PR to "36-x-y", please check out #47531 |
I have automatically backported this PR to "34-x-y", please check out #47532 |
I have automatically backported this PR to "35-x-y", please check out #47533 |
Make tree, commit tree, push tree. 👍
Should make patch-up start working again on PRs
Notes: none