aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr_triage.yml
AgeCommit message (Collapse)Author
2024-01-27infra: Reformat README.md & add new generic Mako workflow (#5791)TSRBerry
* Adjust workflow paths to exclude all markdown files * editorconfig: Add default charset and adjust indention for a few file types * Reformat README.md and add a link to our documentation * Add generic Mako workflow and remove old Mako steps * editorconfig: Move charset change to a different PR * Update compatibility stats Co-authored-by: Ac_K <Acoustik666@gmail.com> --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
2023-12-04ci: bump actions/labeler from 4 to 5 (#6007)dependabot[bot]
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05Use poetry run instead of spawning a shell (#5653)TSRBerry
2023-09-04ci: bump actions/checkout from 3 to 4 (#5650)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04Fix overwriting .ryujinx-mako directory (#5651)TSRBerry
2023-09-04Update reviewers using Ryujinx-Mako command (#5635)TSRBerry
* Update reviewers using Ryujinx-Mako command * Fix worklflow step 'uses' path
2023-08-16Introduce Mako to fix pr_triage workflow (#5574)TSRBerry
* pr_triage: Fix invalid workflow * Don't assign reviewers to draft PRs * Add team review request for developers team * Introduce Mako to make team reviewers work
2023-08-06Fix PR build concurrency and stop auto assigning reviewers for draft PRs (#5519)TSRBerry
* build: Remove concurrency It's called by checks anyway. * Only assign reviewers for PRs that are ready for reviews
2023-07-12infra: Fix PR triage once and for all (#5442)Mary
Switch to a custom made python script that query GitHub API to grab latest state of the PR after label assign.
2023-06-13infra: Sync paths-ignore with release job and attempt to fix review assignMary
2023-06-12Fix action version (#5299)TSRBerry
2023-06-12infra: Fix PR triage workflow glob patterns (#5297)TSRBerry
* 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
2023-06-12infra: Add PR triage action (#5293)Mary
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.