File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 issue_comment : { types: [created] }
55 pull_request_review_comment : { types: [created] }
66 pull_request_review : { types: [submitted] }
7+ pull_request : { types: [opened, edited] }
78 issues : { types: [opened, edited, assigned, labeled] }
89 discussion : { types: [created, edited, labeled] }
910 discussion_comment : { types: [created] }
2223 (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/marvin')) ||
2324 (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '/marvin')) ||
2425 (github.event_name == 'pull_request_review' && contains(github.event.review.body, '/marvin')) ||
26+ (github.event_name == 'pull_request' && contains(github.event.pull_request.body, '/marvin')) ||
2527 (github.event_name == 'issues' && contains(github.event.issue.body, '/marvin')) ||
2628 (github.event_name == 'discussion' && contains(github.event.discussion.body, '/marvin')) ||
2729 (github.event_name == 'discussion_comment' && contains(github.event.comment.body, '/marvin')) ||
You can’t perform that action at this time.
0 commit comments