Skip to content

Commit

Permalink
bypass reviewer checklist for imgbot
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Oct 24, 2023
1 parent 17672ce commit c713b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authorChecklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# then you also need to go into PHP and update the name of this job in the GH_JOB_NAME_CHECKLIST constant
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify'
if: github.actor != 'OSBotify' || github.actor != 'imgbot'
steps:
- name: authorChecklist.js
uses: Expensify/App/.github/actions/javascript/authorChecklist@main
Expand Down

0 comments on commit c713b64

Please sign in to comment.