- Notifications
You must be signed in to change notification settings - Fork14.5k
github: Add libclc to PR autolabeler#149274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@llvm/pr-subscribers-github-workflow Author: Matt Arsenault (arsenm) ChangesFull diff:https://github.com/llvm/llvm-project/pull/149274.diff 1 Files Affected:
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.ymlindex b05e9c6c56ed0..eb78a0deebd8a 100644--- a/.github/new-prs-labeler.yml+++ b/.github/new-prs-labeler.yml@@ -48,6 +48,9 @@ flang:frontend: - flang/Evaluate/**/* - flang/Semantics/**/*+libclc:+ - libclc/**+ HLSL: - clang/*HLSL*/**/* - clang/**/*HLSL* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM. You will need@tstellar to create the group before landing this though.
Why is the group relevant? It only applies a label |
Normally the labelling is used to trigger another script that then adds a comment pinging the PR subscribers group associated with that label which I thought was what you wanted here. If you just want the label, I think this should be fine. |
8813fc0
intomainUh oh!
There was an error while loading.Please reload this page.
No description provided.