Could we avoid triggering builds based on github PR labels ?
I'd like to limit our builds, and don't trigger them if the PR has a specific label in the PR. By labels I am talking github PR labels. Is that possible in TeamCity ? I didn't find the way of doing it with VCS Rules
Please sign in to leave a comment.
Hi,
As of now, there isn't a possibility to do this, at least not in a straightforward manner. You could set up a build configuration that pulls the PR information directly from github, then manually check for the labels to filter, but there is no way to do it in an embedded manner.
If I'm not mistaken, you created this issue in our tracker: https://youtrack.jetbrains.com/issue/TW-55811
It will be taken into account when implementing future functionality