-
Notifications
You must be signed in to change notification settings - Fork 30k
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
tools: simplify and fix commit queue #40742
Conversation
Co-authored-by: Antoine du Hamel <[email protected]>
Fast-track has been requested by @aduh95. Please 👍 to approve. |
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.
To fix the CQ failing to push, we need to use the nodejs-github-bot
token when merging, as the gituhb-actions
bot user is not allowed to push to this repo (see conversation in #40734).
Co-authored-by: Antoine du Hamel <[email protected]>
Landed in 8731193 |
https://github.com/nodejs/node/runs/4131235476?check_suite_focus=true |
It looks like we need to either go back to using both tokens, or update the permissions of the bot's token. I'll open an issue on nodejs/admin to request the latter, but on the mean time the CQ is broken. |
Use `gh` CLI for CI and commit queue jobs, and use the correct token to merge PRs. PR-URL: #40742 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Voltrex <[email protected]>
I temporarily disabled the CQ action until we fix the issue. |
Use `gh` CLI for CI and commit queue jobs, and use the correct token to merge PRs. PR-URL: #40742 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Voltrex <[email protected]>
/cc @nodejs/actions