| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
ncu-ci output can be greped AFAICT. I think the problem comes from the fact that ncu-ci only checks Jenkins CI, not GitHub Actions ones. I agree that using GitHub CLI should do the trick as it's effectively checking both. |
Sorry, something went wrong.
change according to review
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Sorry, something went wrong.
resolve: nodejs#40330 PR-URL: nodejs#42377 Fixes: nodejs#40330 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com>
resolve: nodejs#40330 PR-URL: nodejs#42377 Fixes: nodejs#40330 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com>
resolve: nodejs/node#40330 PR-URL: nodejs/node#42377 Fixes: nodejs/node#40330 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com>
| Back | FazBrowse Home | New Git URL |
The original "Skip PR if CI is still running" seems not working, I find it is because ncu-ci url's output can't be greped (not totally sure because I don't have access to jenkins).
Using gh pr checks should be just fine I guess.
Fixes: #40330