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

Commit 60732c8

Browse files
committed
update: update changelog.md and readme.md. #93
1 parent fcd612e commit 60732c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog of Pull Request Notifier for Bitbucket.
55
## 2.13
66
* Allowing SSL certificates to be ignored.
77
* Adding settings to configure custom keystore.
8+
* Add attribute for list of reviewers, reviewers' IDs and reviewers' names.
89

910
## 2.12
1011
* Fixing PULL_REQUEST_URL-bug correctly with getSlug.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ The filter text as well as the URL support variables. These are:
6060
* ${PULL_REQUEST_AUTHOR_ID} Example: 1
6161
* ${PULL_REQUEST_AUTHOR_NAME} Example: admin
6262
* ${PULL_REQUEST_AUTHOR_SLUG} Example: admin
63+
* ${PULL_REQUEST_REVIEWERS} Example: Administrator,User
64+
* ${PULL_REQUEST_REVIEWERS_ID} Example: 1,2
65+
* ${PULL_REQUEST_REVIEWERS_SLUG} Example: admin,user
6366
* ${PULL_REQUEST_REVIEWERS_APPROVED_COUNT} Number of reviewers that approved the PR.
6467
* ${PULL_REQUEST_PARTICIPANTS_APPROVED_COUNT} Number of participants that approved the PR.
6568
* ${PULL_REQUEST_MERGE_COMMIT} Hash of merged commit (only available for merged-event).

0 commit comments

Comments
 (0)