This repository was archived by the owner on Jun 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Changelog of Pull Request Notifier for Bitbucket.
5
5
## 2.13
6
6
* Allowing SSL certificates to be ignored.
7
7
* Adding settings to configure custom keystore.
8
+ * Add attribute for list of reviewers, reviewers' IDs and reviewers' names.
8
9
9
10
## 2.12
10
11
* Fixing PULL_REQUEST_URL-bug correctly with getSlug.
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ The filter text as well as the URL support variables. These are:
60
60
* ${PULL_REQUEST_AUTHOR_ID} Example: 1
61
61
* ${PULL_REQUEST_AUTHOR_NAME} Example: admin
62
62
* ${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
63
66
* ${PULL_REQUEST_REVIEWERS_APPROVED_COUNT} Number of reviewers that approved the PR.
64
67
* ${PULL_REQUEST_PARTICIPANTS_APPROVED_COUNT} Number of participants that approved the PR.
65
68
* ${PULL_REQUEST_MERGE_COMMIT} Hash of merged commit (only available for merged-event).
You can’t perform that action at this time.
0 commit comments