Skip to content

Commit 10ba0b2

Browse files
authored
fix: supported events for request_review action (#651)
* fix: supported events for `request_review` action * chore: update changelog
1 parent 8458229 commit 10ba0b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/actions/request_review.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can request specific reviews from specific reviewers, teams, or both
1212
Supported Events:
1313
::
1414

15-
'pull_request.*', 'issues.*'
15+
'pull_request.*'

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CHANGELOG
22
=====================================
3+
| August 20, 2022: fix: supported events for `request_review` action `#623 <https://github.com/mergeability/mergeable/pull/651>`
34
| April 7, 2022: feat: Support adding deployment labels from values `#631 <https://github.com/mergeability/mergeable/pull/631>`_
45
| March 22, 2022: fix: pass comment instance to removeErrorComments `#626 <https://github.com/mergeability/mergeable/pull/626>`_
56
| February 24, 2022: fix: correct indentation on documentation `#623 <https://github.com/mergeability/mergeable/pull/623>`_

0 commit comments

Comments
 (0)