Skip to content

Commit

Permalink
Merge pull request #10842 from Expensify/andrew-checklist-4
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Sep 8, 2022
2 parents 2058d7f + 99f2d20 commit afd2cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contributorChecklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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@andrew-checklist-3
uses: Expensify/App/.github/actions/javascript/contributorChecklist@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECKLIST: 'contributor'
6 changes: 3 additions & 3 deletions .github/workflows/contributorPlusChecklists.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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'
steps:
- name: contributorChecklist.js
uses: Expensify/App/.github/actions/javascript/contributorChecklist@andrew-checklist-3
uses: Expensify/App/.github/actions/javascript/contributorChecklist@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECKLIST: 'contributorPlus'

0 comments on commit afd2cee

Please sign in to comment.