We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be great to remove the automerge label after merging (maybe optionally). This would improve the list of closed pull requests.
The text was updated successfully, but these errors were encountered:
This seems doable.
We can add an extra API call to api.remove_label where we set the "merge complete" status check:
api.remove_label
kodiak/bot/kodiak/evaluation.py
Line 1115 in d2eb5d5
I'm not sure if this needs to be configurable or not. I think it's probably fine if it isn't for now.
As a workaround, you may be able to use a GitHub Action to accomplish this functionality.
Here's an example Action that could probably work: https://github.com/actions-ecosystem/action-remove-labels
Sorry, something went wrong.
As a workaround, you may be able to use a GitHub Action to accomplish this functionality. Here's an example Action that could probably work: actions-ecosystem/action-remove-labels
Here's an example Action that could probably work: actions-ecosystem/action-remove-labels
Thanks! It works great: redaxo/redaxo#4849
No branches or pull requests
I think it would be great to remove the automerge label after merging (maybe optionally).
This would improve the list of closed pull requests.
The text was updated successfully, but these errors were encountered: