Skip to content

Post a text to GitHub issue / pull request

Notifications You must be signed in to change notification settings

rarguelloF/github-comment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-comment

Post a text to GitHub issue / pull request

Notes: this tool is fork of tcnksm/misc.

Why fork?

  • Use GitHub Releases (to use fixed version)
  • That repo hosts lots of commands. But GoReleaser is not supported monorepo yet (goreleaser/goreleaser#807)
  • Design to work with GitHub Actions

Usage

$ LOG=info ./github-comment --repository="b4b4r07/lab-for-github-actions" --number=19 --body="text"
2020/02/13 01:53:05 [INFO] Version: unset (unset)
2020/02/13 01:53:05 [INFO] Args: []string{"--repository=b4b4r07/lab-for-github-actions", "--number=19", "--body=text"}
2020/02/13 01:53:07 [INFO] Successfully created a comment!
2020/02/13 01:53:07 [INFO] finish main function

Installation

Download the binary from GitHub Releases and drop it in your $PATH.

License

MIT

About

Post a text to GitHub issue / pull request

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%