diff options
| author | Mary <mary@mary.zone> | 2023-07-12 18:31:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 18:31:08 +0200 |
| commit | e61c09bc85eda86d207d557d8bde929fe69d5287 (patch) | |
| tree | 0d6172a4bee635b8a9479023c59d896fc0b7e9e3 /.github/assign | |
| parent | ac2444f908bee5b5c1a13fe64e997315cea4b23c (diff) | |
infra: Fix PR triage once and for all (#5442)
Switch to a custom made python script that query GitHub API to grab latest state of the PR after label assign.
Diffstat (limited to '.github/assign')
| -rw-r--r-- | .github/assign/audio.yml | 8 | ||||
| -rw-r--r-- | .github/assign/cpu.yml | 11 | ||||
| -rw-r--r-- | .github/assign/global.yml | 4 | ||||
| -rw-r--r-- | .github/assign/gpu.yml | 10 | ||||
| -rw-r--r-- | .github/assign/gui.yml | 11 | ||||
| -rw-r--r-- | .github/assign/horizon.yml | 11 | ||||
| -rw-r--r-- | .github/assign/infra.yml | 9 |
7 files changed, 0 insertions, 64 deletions
diff --git a/.github/assign/audio.yml b/.github/assign/audio.yml deleted file mode 100644 index 337007d3..00000000 --- a/.github/assign/audio.yml +++ /dev/null @@ -1,8 +0,0 @@ -addReviewers: true - -reviewers: - - marysaka - -filterLabels: - include: - - audio
\ No newline at end of file diff --git a/.github/assign/cpu.yml b/.github/assign/cpu.yml deleted file mode 100644 index da824bdc..00000000 --- a/.github/assign/cpu.yml +++ /dev/null @@ -1,11 +0,0 @@ -addReviewers: true - -reviewers: - - gdkchan - - riperiperi - - marysaka - - LDj3SNuD - -filterLabels: - include: - - cpu
\ No newline at end of file diff --git a/.github/assign/global.yml b/.github/assign/global.yml deleted file mode 100644 index 53a9af42..00000000 --- a/.github/assign/global.yml +++ /dev/null @@ -1,4 +0,0 @@ -addReviewers: true - -reviewers: - - Ryujinx/developers
\ No newline at end of file diff --git a/.github/assign/gpu.yml b/.github/assign/gpu.yml deleted file mode 100644 index b96d9d87..00000000 --- a/.github/assign/gpu.yml +++ /dev/null @@ -1,10 +0,0 @@ -addReviewers: true - -reviewers: - - gdkchan - - riperiperi - - marysaka - -filterLabels: - include: - - gpu
\ No newline at end of file diff --git a/.github/assign/gui.yml b/.github/assign/gui.yml deleted file mode 100644 index 9731ea5b..00000000 --- a/.github/assign/gui.yml +++ /dev/null @@ -1,11 +0,0 @@ -addReviewers: true - -reviewers: - - Ack77 - - emmauss - - TSRBerry - - marysaka - -filterLabels: - include: - - gui
\ No newline at end of file diff --git a/.github/assign/horizon.yml b/.github/assign/horizon.yml deleted file mode 100644 index 966382b2..00000000 --- a/.github/assign/horizon.yml +++ /dev/null @@ -1,11 +0,0 @@ -addReviewers: true - -reviewers: - - gdkchan - - Ack77 - - marysaka - - TSRBerry - -filterLabels: - include: - - horizon
\ No newline at end of file diff --git a/.github/assign/infra.yml b/.github/assign/infra.yml deleted file mode 100644 index d319fef1..00000000 --- a/.github/assign/infra.yml +++ /dev/null @@ -1,9 +0,0 @@ -addReviewers: true - -reviewers: - - marysaka - - TSRBerry - -filterLabels: - include: - - infra
\ No newline at end of file |
