Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ivanov committed Oct 10, 2024
1 parent 2317025 commit c1fa749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
github.event_name == 'pull_request' ||
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request != null && (
contains(github.event.comment.body, 'please review') ||
contains(github.event.comment.body, 'review please') ||
contains(github.event.comment.body, 'request review')
contains(github.event.comment.body || '', 'please review') ||
contains(github.event.comment.body || '', 'review please') ||
contains(github.event.comment.body || '', 'request review')
))
steps:
- name: Debug Info
Expand Down

0 comments on commit c1fa749

Please sign in to comment.