Skip to content

Commit accf0af

Browse files
authored
[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.
1 parent 0e0bfac commit accf0af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ clang/test/AST/Interp/ @tbaederr
108108

109109
# BOLT
110110
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci
111+
112+
# Bazel build system.
113+
/utils/bazel/ @rupprecht

.github/new-prs-labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,3 +933,6 @@ openmp:libomp:
933933

934934
openmp:libomptarget:
935935
- any: ['openmp/**', '!openmp/runtime/**']
936+
937+
bazel:
938+
- utils/bazel/**

0 commit comments

Comments
 (0)