external-plugin: add label to PR if a test with a certain label has been changed #3879
Labels
area/automation
Issues and PRs concerning automation, i.e. KubeVirt job updates, KubeVirtCI bumps etc.
kind/enhancement
Outcome
Automatically highlight a PR where a test with a certain label is touched.
Note:
owners-label
plugin can only apply labels to matching glob expressions, it doesn't care about test labels.Use case
if a
[Conformance]
test is changed, we want to apply a label to the PR (suggestion:kind/conformance
)Implementation
Create external-plugin similar to other project-infra implementations that reacts on GitHub pull_request events.
Initial implementation will add the label if any test holding source label is changed, and remove the label if no change inside the PR for any test holding source label is detected.
Notes:
Config:
/kind enhancement
/area automation
FYI @fossedihelm @brianmcarey
The text was updated successfully, but these errors were encountered: