These are installable on macOS with Homebrew by running
brew bundle
in this directory.
⚠ You must be an organization admin to add people to the triage team. That's why the default has no members!
- Create a new repository in your GitHub organization.
- Set the environment variables in the table below.
- Run
deleteLabels.sh
to remove all existing labels, such as defaults. - Set the configuration vars in
terraform.tfvars
. Seeterraform.tfvars.sample
for a sample. terraform plan
terraform apply
If you want to also set up an issue template, you can use the module in
issue_templates
but you will need to install the git
provider for
Terraform. See the README in that directory for more information.
Name | Purpose |
---|---|
GITHUB_TOKEN | An authentication token for your GitHub instance |
GITHUB_HOST | The URL for Github, generally github.com or git.example.com |
GITHUB_ORG | The organization in which the repo was created. |
GITHUB_REPO | The repository's name. |