-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: pass bot token to node-pr-labeler #39271
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should allow workflows that use the `labeled` event to be run.
github-actions
bot
added
the
meta
Issues and PRs related to the general management of the project.
label
Jul 5, 2021
@nodejs/actions |
jasnell
approved these changes
Jul 8, 2021
gengjiawen
approved these changes
Jul 8, 2021
tniessen
approved these changes
Jul 9, 2021
targos
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jul 9, 2021
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jul 9, 2021
Commit Queue failed- Loading data for nodejs/node/pull/39271 ✔ Done loading data for nodejs/node/pull/39271 ----------------------------------- PR info ------------------------------------ Title tools: pass bot token to node-pr-labeler (#39271) Author Michaël Zasso (@targos) Branch targos:targos-patch-1 -> nodejs:master Labels meta Commits 1 - tools: pass bot token to node-pr-labeler Committers 1 - GitHub PR-URL: https://github.com/nodejs/node/pull/39271 Reviewed-By: James M Snell Reviewed-By: Jiawen Geng Reviewed-By: Tobias Nießen ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/39271 Reviewed-By: James M Snell Reviewed-By: Jiawen Geng Reviewed-By: Tobias Nießen -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 05 Jul 2021 13:50:27 GMT ✔ Approvals: 3 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/39271#pullrequestreview-701555483 ✔ - Jiawen Geng (@gengjiawen): https://github.com/nodejs/node/pull/39271#pullrequestreview-701570794 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/39271#pullrequestreview-702952670 ✖ GitHub CI is still running ℹ Green GitHub Actions CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1015485730 |
github-actions
bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Jul 9, 2021
GitHub CI is still running? |
I assume it's a bug with GitHub. The API reports a check that is queued, but it doesn't exist... |
Landed in e4462bd |
targos
added a commit
that referenced
this pull request
Jul 9, 2021
This should allow workflows that use the `labeled` event to be run. PR-URL: #39271 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
targos
added a commit
that referenced
this pull request
Jul 11, 2021
This should allow workflows that use the `labeled` event to be run. PR-URL: #39271 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
targos
added a commit
that referenced
this pull request
Sep 4, 2021
This should allow workflows that use the `labeled` event to be run. PR-URL: #39271 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
targos
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Sep 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should allow workflows that use the
labeled
event to be run.Currently, fast-track requests for npm updates do not result in a comment: #39225 (comment)