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
$ 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
Download the binary from GitHub Releases and drop it in your $PATH
.