0.0.12 • Published 9 years ago

hubot-bitbucket-pullrequests v0.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Hubot Bitbucket Pull Requests

List all BitBucket open Pull Requests in all or selected repositories

Features

  • List all Pull Requests of all selected repositories
  • List Pull Requests of an unique selected repository

Installation

In your hubot directory, run:

npm install hubot-bitbucket-pullrequests --save

Then add hubot-bitbucket-pullrequests to your external-scripts.json:

["hubot-bitbucket-pullrequests"]

Configuration

Set the following environment settings:

HUBOT_BITBUCKET_REPOSITORIES=owner/repo,owner/repo # with repositories which you want to list open Pull Requests.
HUBOT_BITBUCKET_AUTH_USER=your_username # with your BitBucket username login.
HUBOT_BITBUCKET_AUTH_PASS=your_password # with your BitBucket password login.

Commands

hubot list pull-requests - List pull requests of all repositories
hubot list <repository> pull-requests - List pull request of a selected repository
0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.8

9 years ago

0.0.9

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago