Skip to content

PLaRoche/gogithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogithub

experiment creating an issue in GitHub via go

build

make bootstap make build

run

Set up GITHUB_TOKEN env var in your local, or use torus and do it the right way

GITHUB_TOKEN=<cool_token_here> ./bin/gogoithub or torus run ./bin/gogithub

Args

-o owner of the repo (i.e PLaRoche) -r repository name (i.e. gogithub) -v version tag to use when making the ticket (i.e. v2.0.2) -f filename of the template (optional: tmpl/issue.txt)

Example

GITHUB_TOKEN=<cool_token_here> ./bin/gogoithub -o PLaRoche -r gogithub -v v2.0.2 -f tmpl/issue.txt

About

experiment creating an issue in GitHub via go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •