Skip to content

Commit

Permalink
Change C+ to run on pull_request_review
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 6, 2022
1 parent 80c1bb7 commit 0362e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contributorPlusChecklists.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Contributor+ Checklist

on: issue_comment
on: pull_request_review

jobs:
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify' && (contains(github.event.issue.pull_request.url, 'http') && github.event_name == 'issue_comment' && contains(github.event.comment.body, '- ['))
if: github.actor != 'OSBotify' && (github.event_name == 'pull_request_review' && contains(github.event.review.body, '- ['))
steps:
- name: contributorChecklist.js
uses: Expensify/App/.github/actions/javascript/contributorChecklist@main
Expand Down

0 comments on commit 0362e30

Please sign in to comment.