Skip to content

[No QA] Only run cla on open and synchronizefix cla #46

[No QA] Only run cla on open and synchronizefix cla

[No QA] Only run cla on open and synchronizefix cla #46

Workflow file for this run

name: CLA Assistant
on:
<<<<<<< Updated upstream
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
=======
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]
>>>>>>> Stashed changes
jobs:
CLA:
uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main
secrets: inherit