0.0.12 • Published 10 years ago

hubot-bitbucket-pullrequests v0.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.8

10 years ago

0.0.9

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago