github-integration-plugin
github-integration-plugin copied to clipboard
Git PR add/remove labels
In my case, what I want to do is:
- if the build job success. it would tag a label "pass-buildtest"
- if the code changed, and build failed, then remove the label "pass-buildtest"
But the plugin just provides:
Run when build status is better or equal
Option.
Such as:
Github PR: Add label
Run when build status is better or equal . Success -> this is OK, it would paste label on the PR.
Github PR: Remove label
Run when build status is better or equal . xxxxx
it's hard to chose "xxxxx". No matter what you choose, if the build job success, it would remove the label.
Thanks.
Sorry could you show screenshot? Can't get what exact option do you mean it's hard to chose "xxxxx"