Skip to content

Commit

Permalink
fix imgbot name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Oct 24, 2023
1 parent c713b64 commit 29a9154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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' || github.actor != 'imgbot'
if: github.actor != 'OSBotify' || github.actor != 'imgbot[bot]'
steps:
- name: authorChecklist.js
uses: Expensify/App/.github/actions/javascript/authorChecklist@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
# This job only runs for pull request comments or pull request target events (not issue comments)
# It does not run for pull requests created by OSBotify
if: ${{ github.event.issue.pull_request || (github.event_name == 'pull_request_target' && (github.event.pull_request.user.login != 'OSBotify' || github.event.pull_request.user.login != 'imgbot') }}
if: ${{ github.event.issue.pull_request || (github.event_name == 'pull_request_target' && (github.event.pull_request.user.login != 'OSBotify' || github.event.pull_request.user.login != 'imgbot[bot]') }}
steps:
- name: CLA comment check
uses: actions-ecosystem/action-regex-match@9c35fe9ac1840239939c59e5db8839422eed8a73
Expand Down

0 comments on commit 29a9154

Please sign in to comment.