We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
merge
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
Hi,
Does this need github.event.action == 'labeled' added for this to work?
github.event.action == 'labeled'
The text was updated successfully, but these errors were encountered:
Maybe I'm not understanding how this is meant to be used. I just made this work by:
How do you use it?
Sorry, something went wrong.
@bendavies
The way it works right now is not idea: you have to
I'd prefer it as well when adding the label queued the merge job to be run. I think this need to be solved with a separate application.
thanks @localheinz !
Closing in light of #759.
localheinz
No branches or pull requests
Hi,
Does this need
github.event.action == 'labeled'
added for this to work?Steps required to reproduce the problem
merge
labelExpected Result
Actual Result
The text was updated successfully, but these errors were encountered: