| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
What about getting the first commit before we push with git rev-parse upstream/master ? |
Sorry, something went wrong.
|
Any reason not to land this? |
Sorry, something went wrong.
|
@Trott The only one is that I didn't test this explicitly on i.e. node-auto-test as I didn't yet have to to do so, but this should 'just work' 😄 so we can probably land it and fix issues later, it shouldn't cause any major issues if it fails (same goes for #35206) |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
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 |
Sorry, something went wrong.
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>
Sorry, something went wrong.
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 🎉 |
Sorry, something went wrong.
|
@lundibundi However, it seems to have "broken" when there's only one commit: #35527 (comment) |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
Checklist
Anyone knows of a better way than git merge-base?
Refs: #34770 (comment)
/cc @mmarchini @targos