Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
update: update changelog.md and readme.md. #93
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang6464 committed Jan 25, 2016
1 parent fcd612e commit 60732c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog of Pull Request Notifier for Bitbucket.
## 2.13
* Allowing SSL certificates to be ignored.
* Adding settings to configure custom keystore.
* Add attribute for list of reviewers, reviewers' IDs and reviewers' names.

## 2.12
* Fixing PULL_REQUEST_URL-bug correctly with getSlug.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ The filter text as well as the URL support variables. These are:
* ${PULL_REQUEST_AUTHOR_ID} Example: 1
* ${PULL_REQUEST_AUTHOR_NAME} Example: admin
* ${PULL_REQUEST_AUTHOR_SLUG} Example: admin
* ${PULL_REQUEST_REVIEWERS} Example: Administrator,User
* ${PULL_REQUEST_REVIEWERS_ID} Example: 1,2
* ${PULL_REQUEST_REVIEWERS_SLUG} Example: admin,user
* ${PULL_REQUEST_REVIEWERS_APPROVED_COUNT} Number of reviewers that approved the PR.
* ${PULL_REQUEST_PARTICIPANTS_APPROVED_COUNT} Number of participants that approved the PR.
* ${PULL_REQUEST_MERGE_COMMIT} Hash of merged commit (only available for merged-event).
Expand Down

0 comments on commit 60732c8

Please sign in to comment.