Skip to content

Skip unvalidated account check for Elsewhere payments in selection mode #1563225

Skip unvalidated account check for Elsewhere payments in selection mode

Skip unvalidated account check for Elsewhere payments in selection mode #1563225

Workflow file for this run

name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]
branches: [main]
jobs:
validate:
if: ${{ github.event_name == 'pull_request_target' }}
uses: ./.github/workflows/contributorValidationGate.yml
with:
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
AUTHOR_ASSOCIATION: ${{ github.event.pull_request.author_association }}
CLA:
needs: [validate]
if: |
always()
&& (github.event_name == 'issue_comment' || needs.validate.outputs.IS_AUTHORIZED == 'true')
uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main
secrets: inherit