Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

abcang/bitbucket_pr_comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket_pr_comment

Gem Version

post comment to pull requiest on bitbucket

Require

  • git

Install

$ gem install bitbucket_pr_comment

Setup

Get the bitbucket consumer key.

OAuth on Bitbucket Cloud

  • Callback URL: urn:ietf:wg:oauth:2.0:oob
  • Check This is a private consumer

Pleasse make sure the consumer key and secret.

Usage

Set the client_id and client_secret to arguments or environment variables. And, please specify a comment by the filename or pipe.

Exaple:

$ cat comment_file
Pull request comment test!
$ bitbucket_pr_comment comment_file --client_id xxxx --client_secret xxxx

OR

$ export CLIENT_ID=xxxx
$ export CLIENT_SECRET=xxxx
$ cat comment_file
Pull request comment test!
$ cat comment_file | bitbucket_pr_comment

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published