| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
These wrappers follow the same conventions as the other *_api modules.
This will be used for the new labels API.
This adds a label when a backport fails and removes the original backport label. This makes it easier to identify failures without having to open up the issue and scroll all the way down.
Ensure backport_label_prefix and failed_label_prefix are different to avoid infinite loops.
| # Delete backport label | ||
| await issue_labels_api.remove_label(backport_label) |
There was a problem hiding this comment.
I'm debating whether it makes sense to also drop the existing backport label on failures. Wdyt?
Sorry, something went wrong.
There was a problem hiding this comment.
A-la #12? That'd need to be a separate PR.
Sorry, something went wrong.
|
I'll probably have to add the standard linting I usually have in my projects before going through the review. I noticed some style deviations that I'd rather delegate to automatic systems. I haven't done so because barely anybody contributed and I usually know what I want anyway. Anyway, I don't think I'll get to it today as the GitHub Apps are getting kicked out of the OpenShift cluster that is going away for good tomorrow. So I'm prioritizing migrating them to OSCI today. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This adds a label when a backport fails and removes the original
backport label.
This makes it easier to identify failures without having to open up the
issue and scroll all the way down.
Example run:
Fixes: #39