diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-06-12 20:42:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 18:42:27 +0000 |
| commit | 5a02433080f194407a891283c1b12275944a3d9f (patch) | |
| tree | ce2da6a12247cbf9aee2147973786d861a48fd1b /.github/assign | |
| parent | 915a0f7173299c0b8a2c285f4e90b34cdae80811 (diff) | |
infra: Fix PR triage workflow glob patterns (#5297)
* Use glob patterns to match file paths
* Update ignored paths for releases
* Adjust build.yml as well
* Add names to auto-assign steps
* Fix developer team name
* Allow build workflows to run if workflows changed
Diffstat (limited to '.github/assign')
| -rw-r--r-- | .github/assign/global.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/assign/global.yml b/.github/assign/global.yml index afd5ce44..53a9af42 100644 --- a/.github/assign/global.yml +++ b/.github/assign/global.yml @@ -1,4 +1,4 @@ addReviewers: true reviewers: - - Developers
\ No newline at end of file + - Ryujinx/developers
\ No newline at end of file |
