aboutsummaryrefslogtreecommitdiff
path: root/.github/assign/gpu.yml
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2023-06-12 12:29:41 +0200
committerGitHub <noreply@github.com>2023-06-12 12:29:41 +0200
commit0cc266ff190b2594304271f1635b624ef008036f (patch)
tree9d473b8ca9eb1e68322d6e1938d926763347b368 /.github/assign/gpu.yml
parent9a1b74799d350f9b4ba365bf8b118bddf517711f (diff)
infra: Add PR triage action (#5293)
This is a bare minimal triage action that handle big categories. In the future we could also label all services correctly but I didn't felt this was required for a first iteration.
Diffstat (limited to '.github/assign/gpu.yml')
-rw-r--r--.github/assign/gpu.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/assign/gpu.yml b/.github/assign/gpu.yml
new file mode 100644
index 00000000..b96d9d87
--- /dev/null
+++ b/.github/assign/gpu.yml
@@ -0,0 +1,10 @@
+addReviewers: true
+
+reviewers:
+ - gdkchan
+ - riperiperi
+ - marysaka
+
+filterLabels:
+ include:
+ - gpu \ No newline at end of file