-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add failure labels #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this - it allows for discovering failures associated with the issue and then lets the repo update the pull request indicating the issue has been resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Can you also add it to the README in the features section?
Thanks. Features updated. |
2000a16
to
a1e90b3
Compare
Thanks @AMoo-Miki! I just pushed some changes to fix the prettier and lint errors, can you take those latest changes from main? |
Signed-off-by: Miki <[email protected]>
a1e90b3
to
536340b
Compare
@VachaShah Has this change rolled out? How can we see it in https://github.com/opensearch-project/security? |
Hi @peternied it has! You can use it from version 2.2.0. |
There have been improvements including adding a label to a pull request when any backport on it has failed. - Related VachaShah/backport#8 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
Description
Allows adding backport failure labels to the original PR.
For example, adding ...
... to the workflow would add a "failed backport" label to a PR that had a failed backport.
Also,
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.