-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: fix landed message for multiple commits in commit-queue #35226
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
targos
reviewed
Sep 16, 2020
What about getting the first commit before we push with |
mmarchini
approved these changes
Sep 16, 2020
targos
approved these changes
Sep 16, 2020
Trott
approved these changes
Sep 18, 2020
Any reason not to land this? |
aduh95
approved these changes
Oct 7, 2020
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.
LGTM
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 7, 2020
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 7, 2020
Commit Queue failed- Loading data for nodejs/node/pull/35226 ✔ Done loading data for nodejs/node/pull/35226 ----------------------------------- PR info ------------------------------------ Title build: fix landed message for multiple commits in commit-queue (#35226) Author Denys Otrishko (@lundibundi) Branch lundibundi:fix-cq-multiple-commits -> nodejs:master Labels tools Commits 2 - build: fix landed message for multiple commits in commit-queue - fixup! build: fix landed message for multiple commits in commit-queue Committers 1 - Denys Otrishko PR-URL: https://github.com/nodejs/node/pull/35226 Reviewed-By: Mary Marchini Reviewed-By: Michaël Zasso Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/35226 Reviewed-By: Mary Marchini Reviewed-By: Michaël Zasso Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ✖ Last GitHub CI failed ✖ No Jenkins CI runs detected ℹ This PR was created on Wed, 16 Sep 2020 07:54:29 GMT ✔ Approvals: 4 ✔ - Mary Marchini (@mmarchini) (TSC): https://github.com/nodejs/node/pull/35226#pullrequestreview-489789906 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/35226#pullrequestreview-489791775 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/35226#pullrequestreview-491323947 ✔ - Antoine du Hamel (@aduh95): https://github.com/nodejs/node/pull/35226#pullrequestreview-504200504 -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu |
github-actions
bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Oct 7, 2020
aduh95
pushed a commit
to nodejs/node-auto-test
that referenced
this pull request
Oct 9, 2020
PR-URL: nodejs/node#35226 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
labels
Oct 9, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 9, 2020
This comment has been minimized.
This comment has been minimized.
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 9, 2020
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 9, 2020
Landed in ce11b1c |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Oct 9, 2020
PR-URL: #35226 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Tested on #35454, seems to work just fine 🎉 |
@lundibundi However, it seems to have "broken" when there's only one commit: #35527 (comment) |
BethGriggs
pushed a commit
that referenced
this pull request
Oct 14, 2020
PR-URL: #35226 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This was referenced Sep 29, 2022
This was referenced Oct 5, 2022
This was referenced Oct 8, 2022
This was referenced Oct 26, 2022
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.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAnyone knows of a better way than
git merge-base
?Refs: #34770 (comment)
/cc @mmarchini @targos