aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2024-03-15 09:39:25 -0500
committerGitHub <noreply@github.com>2024-03-15 09:39:25 -0500
commitaccf0af6ee617ccbcd1f764879232ce44fce603f (patch)
tree1840555460d184ce79ac2cd5ec1b7eb7378f0a1f /.github
parent0e0bfacff71859d1f9212205f8f873d47029d3fb (diff)
downloadllvm-accf0af6ee617ccbcd1f764879232ce44fce603f.zip
llvm-accf0af6ee617ccbcd1f764879232ce44fce603f.tar.gz
llvm-accf0af6ee617ccbcd1f764879232ce44fce603f.tar.bz2
[bazel] Add workflows to label and assign bazel PRs (#85352)
Bazel PRs aren't being tagged or auto assigned, so they're easily missed, especially for those created by contributors w/o triage or commit access. I'm putting myself as the default auto reviewer, but only for the purposes of making sure PRs don't get lost.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
-rw-r--r--.github/new-prs-labeler.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6bf2b2a..561da6a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -108,3 +108,6 @@ clang/test/AST/Interp/ @tbaederr
# BOLT
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci
+
+# Bazel build system.
+/utils/bazel/ @rupprecht
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 9a580c6..09052e3 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -933,3 +933,6 @@ openmp:libomp:
openmp:libomptarget:
- any: ['openmp/**', '!openmp/runtime/**']
+
+bazel:
+ - utils/bazel/**