Skip to content

Commit ad59e95

Browse files
authored
docs: update supported events for merge action (#563)
As I'm reading the documentation, I noticed that the support events in code do not match in the documentation (https://github.com/mergeability/mergeable/blob/master/lib/actions/merge.js#L20:L24).
1 parent c23125f commit ad59e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actions/merge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Merge
99
Supported Events:
1010
::
1111

12-
'pull_request.*'
12+
'pull_request.*', 'pull_request_review.*', 'status.*', 'check_suite.*'

0 commit comments

Comments
 (0)