Skip to content

Commit

Permalink
Run checklists on any PR review or PR body
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 8, 2022
1 parent 0362e30 commit 99f2d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributorChecklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify' && (github.event_name == 'pull_request' && contains(github.event.pull_request.body, '- ['))
if: github.actor != 'OSBotify'
steps:
- name: contributorChecklist.js
uses: Expensify/App/.github/actions/javascript/contributorChecklist@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributorPlusChecklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request_review
jobs:
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify' && (github.event_name == 'pull_request_review' && contains(github.event.review.body, '- ['))
if: github.actor != 'OSBotify'
steps:
- name: contributorChecklist.js
uses: Expensify/App/.github/actions/javascript/contributorChecklist@main
Expand Down

0 comments on commit 99f2d20

Please sign in to comment.