isabella232 / .github-42

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦍🦍🦍

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%