Skip to content

Commit

Permalink
Merge pull request #1828 from Expensify/Rory-RetriggerDeploys
Browse files Browse the repository at this point in the history
Add TODO comment in dummy PR to retrigger E.cash deploys
  • Loading branch information
Jag96 authored Mar 17, 2021
2 parents 0839700 + fc57533 commit af12636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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
# TODO: Fix this if so that it doesn't run CLA 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') }}
steps:
# TODO: remove this first run step
Expand Down

0 comments on commit af12636

Please sign in to comment.