-
Notifications
You must be signed in to change notification settings - Fork 113
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
land: add non-interactive mode #366
Conversation
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
==========================================
+ Coverage 75.52% 75.66% +0.13%
==========================================
Files 21 21
Lines 1418 1422 +4
==========================================
+ Hits 1071 1076 +5
+ Misses 347 346 -1
Continue to review full report at Codecov.
|
I'll try to add some tests. |
d8fd92f
to
63542c4
Compare
Changed to --yes with the behavior described in #366 (comment). |
63542c4
to
c709d08
Compare
c709d08
to
3e3fd17
Compare
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.
SGTM. Please update the documentation at https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-land
3e3fd17
to
343865a
Compare
@targos done! |
Non-interactive mode will try to land a Pull Request without asking any questions. This is meant to be used by scripts and CI landing tools.
343865a
to
d669ecc
Compare
CI is passing 🎉 @targos do you mind landing this? I don't have commit access here. |
@mmarchini merged! |
released in 1.19.0 |
Non-interactive mode will try to land a Pull Request without asking any
questions. This is meant to be used by scripts and CI landing tools.