GitHub action triggers like pull_request [labeled, unlabeled] should support label filter #4679
Unanswered
zhouzhuojie
asked this question in
Actions
Replies: 1 comment 4 replies
-
|
+1 This is a key feature for us, it allows us to have workflows triggered on specific labels instead of having to do the current hack like: Which results in a bunch of skipped checks being present in our CI statuses: Reference PR: pytorch/pytorch#61720 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
If we have workflows attached with
on.pull_request [labeled, unlabeled]event trigger, it runs no matter what labels are added/removed.Proposal syntax
OR
Beta Was this translation helpful? Give feedback.
All reactions