Skip to content

Commit 999e18e

Browse files
Merge pull request #90 from code-check/bugfix-pullrequest-action
Bugfix of PullRequest
2 parents 4766324 + 5879577 commit 999e18e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/scala/codecheck/github/models/PullRequest.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ object PullRequestAction {
2929
val values = Array(
3030
assigned,
3131
unassigned,
32+
review_requested,
33+
review_request_removed,
3234
labeled,
3335
unlabeled,
3436
opened,
37+
edited,
3538
closed,
3639
reopened,
3740
synchronize

0 commit comments

Comments
 (0)