Skip to content

Releases: blamattina/github-hotline

bug fix: fix -u, -r, and -n cli flags

18 Oct 20:04
Compare
Choose a tag to compare

Add --once flag

18 Oct 19:49
Compare
Choose a tag to compare

Changes

  • Require node >= 4.0
  • Start using ES6
  • Add --once flag that if used will not create a comment if a comment with the same body has already been made.
# Example
$ issue-comment --once blamattina/github-hotline#1 Looks good
Comment created.
$ issue-comment --once blamattina/github-hotline#1 Looks good
Not created. A comment with this message already exists.

Initial Release

08 Oct 02:04
Compare
Choose a tag to compare

issue-comment

Usage

USAGE: issue-comment USER/REPO#NUMBER COMMENT...
       issue-comment --user USER --repo REPO --number NUMBER COMMENT...

  Issue a comment on a pull request.

  USER        github user name
  REPO        github repository name
  NUMBER      pull request number
  COMMENT     comment to leave

Example:

  issue-comment blamattina/github-hotline#3400 This works great!