From 0cc266ff190b2594304271f1635b624ef008036f Mon Sep 17 00:00:00 2001 From: Mary Date: Mon, 12 Jun 2023 12:29:41 +0200 Subject: 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. --- .github/assign/gpu.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/assign/gpu.yml (limited to '.github/assign/gpu.yml') 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 -- cgit v1.2.3