You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No I'm talking about UNSTABLE this happens when some checks are failing but they are optional checks. It would be great to allow to land in this case, something like: stack-pr land --allow-unstable
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 <[email protected]>
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: