This repo contains the GitHub issue & PR templates for the @gorilla project, as well as a handful of maintainer-related tools.
One-Liners
Update all labels using github-label-sync and the labels.json file here:
➜ for repo in $(curl -s https://api.github.com/orgs/gorilla/repos | jq -r '.[] | select(.name | contains("github") | not) | .name'); do \
github-label-sync --access-token $GITHUB_TOKEN --dry-run gorilla/$repo; doneBuild the CI templates:
➜ go run generate_ci.go