Skip to content
forked from gorilla/.github

The .github repository for the @gorilla organization.

License

Notifications You must be signed in to change notification settings

AlexVulaj/.github

 
 

Repository files navigation

🦍🦍🦍

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

The .github repository for the @gorilla organization.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%