github-integration-plugin icon indicating copy to clipboard operation
github-integration-plugin copied to clipboard

Git PR add/remove labels

Open JiYou opened this issue 7 years ago • 1 comments

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.

JiYou avatar Nov 14 '18 05:11 JiYou

Sorry could you show screenshot? Can't get what exact option do you mean it's hard to chose "xxxxx"

KostyaSha avatar Feb 09 '19 01:02 KostyaSha