-
Notifications
You must be signed in to change notification settings - Fork 13
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
Allow to land PRs with UNSTABLE
merge status
#55
Comments
Are you talking about |
No I'm talking about |
Sometimes you have broken actions that are not because of you. My example is Vercel 😠 failing my PR just because I don't have a user in some repo. Anyways, here's a fix - added a commandline switch with the merge mode. The default is "Clean" which is what you had before, so people who already use the tool won't feel the difference. Signed-off-by: Shay Nehmad <dude500@gmail.com>
Hey @ZolotukhinM , I opened a PR which adds this functionality CC: @rvi feel free to use the tool from my fork for now, just clone and |
Fixes #55. Co-authored-by: Shay Nehmad <dude500@gmail.com>
Hi,
Thanks for the great tool, I've been using it for a day and I love it so far!
One thing that doesn't work well for me is I can't land a PR with an
UNSTABLE
merge status. Could we allow this? Maybe by passing a flag in argument?The text was updated successfully, but these errors were encountered: