Skip to content

pawelros/github-actions-multi-gitter

Repository files navigation

github-actions-multi-gitter

Recipes and SDK for GitHub Actions housekeeping

Example usage: multi-gitter run "uv run $PWD/main.py --recipe update-runs-on --worfklow-filename pr_checks.yaml --job build 'my-runner'" -O my-org -m "Commit message" -B branch-name

Recipes

Update job.runs-on

Updates runs-on value for matching workflow job(s)

example usage

uv run recipes/update_runs_on.py --worfklow-filename pr_checks.yaml --job build 'my-runner'

supported flags:

  • --workflow-filename match workflow file name, i.e. pr_checks.yaml
  • --job match job id i.e. build

About

Recipes and SDK for GitHub Actions housekeeping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages