-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge throws error on successful merge #5
Comments
Hi @Ryukote! It is a bug and I also hate it ^^ Have a nice day |
https://github.com/sudo-bot/action-pull-request-merge#example-usages But for now maybe you are missing |
I have tried with it first. Same thing. Can you please tag me in the comment here when you update it? |
@Ryukote do you expect the workflow to merge if no label is given ? |
Yes, cause in 95% I don't put a label on pull request. |
Okay, I will make it not required for you |
FTR:
I will catch the case where another workflow did remove the label (concurrent workflows) |
Version is out https://github.com/sudo-bot/action-pull-request-merge/releases/tag/v1.1.0 🚀 |
Now it throws a warning but In your case you should not have it |
Now it works like a charm. I didn't expect that you will fix it this fast. Thanks. |
Happy that I could help you build great workflows ;) |
Hi,
I have this workflow:
Your action merges pull request, but for some reason it throws error "##[error]Label does not exist".
Cause of that it says workflow didn't pass, even tho pull request was merged.
Do you maybe have any idea what should I do?
Thank you.
The text was updated successfully, but these errors were encountered: