Commit graph

22 commits

Author SHA1 Message Date
TSR Berry aa4fe2746d
Apply black formatting 2023-10-10 17:11:08 +02:00
TSR Berry 96f87d0f89
Add exec-ryujinx-tasks to subcommands list 2023-10-10 17:10:27 +02:00
TSR Berry 86f5fc3e0f
Remove required argument for positionals 2023-10-10 17:10:05 +02:00
TSR Berry f7c1baf281
Adjust help messages for ryujinx tasks as well 2023-10-10 17:04:45 +02:00
TSR Berry f48002636e
Add small script to generate subcommand sections automatically 2023-10-10 17:01:18 +02:00
TSR Berry ed2a8fadda
Add required environment variables to README.md 2023-10-10 16:59:45 +02:00
TSR Berry 223d642422
Improve help output 2023-10-10 16:59:25 +02:00
TSR Berry 9560921805
Ensure python and pipx are installed 2023-10-10 14:34:26 +02:00
TSR Berry df0b94ba77
Add exec-ryujinx-tasks subcommand 2023-09-17 17:55:30 +02:00
TSR Berry 51a8e39660
Fix broken setup_git command 2023-09-17 13:06:30 +02:00
TSR Berry 44caec63c4
Fix action_path references 2023-09-17 12:40:35 +02:00
TSR Berry 6358a37947
Fix working directory for execute-command 2023-09-17 12:29:21 +02:00
TSR Berry cf878fd360
Check if the required env vars aren't empty 2023-09-17 12:28:41 +02:00
TSR Berry 98c9cd3ee5
Add smoke tests for the new actions 2023-09-17 12:20:25 +02:00
TSR Berry c67b7c75b3
Create multiple actions to make Mako easier to use 2023-09-17 12:18:20 +02:00
TSRBerry 09cd87917d
Fix KeyError when removing reviewers 2023-09-14 00:13:22 +02:00
dependabot[bot] bbabbac209
Bump actions/checkout from 3 to 4 (#2)
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-11 12:48:25 +02:00
TSR Berry 226527c128
Fix using the wrong logger 2023-09-05 22:19:25 +02:00
TSR Berry 1945b5145c
Fix ioctl(25) error for poetry 2023-09-05 00:31:44 +02:00
TSRBerry 7ce8ac3d3e
Add missing environment variables to usage section 2023-09-01 16:51:43 +02:00
TSRBerry 628d977de2
Create a new python package for the current scripts (#1)
* 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.

* 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

* Fix action version (#5299)

* infra: Sync paths-ignore with release job and attempt to fix review assign

* 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.

* infra: Fix team name in reviewer.yml

* infra: do not assign developers team for now

Hopefully fix PR triage for real...

* Introduce Mako to fix pr_triage workflow (#5574)

* 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

* Convert app and installation ids to int (#5587)

* infra: add missing quotes around @ developers in reviewers.yml

* Adjust README.md and LICENSE

* Remove unneeded workflow files

* Add basic .editorconfig

* Add basic requirements.txt

* Add dependabot.yml

* Add formatting workflow

* Move update_reviewers.py into a new python module

* Add reviewers.yml template

* Replace requirements.txt with poetry

* Fix typo

* Add setup-mako action

* Add constants to private module

* Migrate update_reviewers to subcommand

* Add NullHandler for root logger

* Add setup-git subcommand

* Group all subcommands

* Add main script for ryujinx_mako

* Create ryujinx-mako command

* Add more information to README.md

* Apply black formatting

* Make PR author check case-insensitive

---------

Co-authored-by: Mary <mary@mary.zone>
Co-authored-by: ryujinx-mako[bot] <142357924+ryujinx-mako[bot]@users.noreply.github.com>
2023-08-30 19:00:29 +02:00
TSRBerry 4f111170c6
Initial commit 2023-08-19 21:27:50 +02:00