Skip to content

A little CLI for managing GitHub Repository Labels

Notifications You must be signed in to change notification settings

kylemacey/go-make-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

go-make-labels

This utility takes input from example.json and creates or updates labels on a repository accordingly. Right now it's in a POC state.

Disclaimer

This is the author's first attempt at a utility written in Go, so there's certainly a lot of learning to do. Maybe don't count on this being excellent software for the time being.

I have no idea what I'm doing

Usage

Populate label configuration in example.json and run

export OCTOKIT_ACCESS_TOKEN=1234567890
go run main.go "kylemacey/go-make-labels"

About

A little CLI for managing GitHub Repository Labels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages