Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

🦍🦍🦍

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; done

Build the CI templates:

➜  go run generate_ci.go

About

Contains the GitHub issue & PR templates for the @gorilla project.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages