ipdxco / custom-github-runners

Customizable Self-hosted GitHub Runners
6 stars 1 forks source link

Allow allowlisting entire orgs #20

Open galargh opened 1 year ago

galargh commented 1 year ago

Right now for a repository to start using self-hosted GHA runners, the repository has to be allowlisted. This is done by modifying a list like this one: https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf#L8 The list accepts full repository names. It'd be nice if we could allowlist the entire org instead. Maybe with org_name/* or something similar?