Skip to content

👷 A tool to help manage organisation-wide GitHub issue labels.

License

Notifications You must be signed in to change notification settings

MarquisIO/Organisator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organisator

A tool to help manage organisation-wide GitHub issue labels.

Usage

go run main.go -t "GITHUB PERSONAL TOKEN" -f file.json

Access token

Create a Personal Access tokens and give a Full control of private repositories.

The configuration file :

{
	"organisation": "MarquisIO",
	"labels": [{
		"name": "LABEL_NAME",
		"color": "123456",
		"repositories": [
			""
		]
	}]
}
Field Type Definition
organisation String Which organisation the command will affect.
name String Label name.
color String Label color in hexadecimal.
repositories Array of String Regular expressions for specifying what repository will be affected by this label.

About

👷 A tool to help manage organisation-wide GitHub issue labels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages