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?
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?