Skip to content

Commit

Permalink
Merge pull request #136 from Expensify/andrew-cla
Browse files Browse the repository at this point in the history
Add CLA Assistant for @Expensify CLA
  • Loading branch information
luacmartins authored Oct 24, 2024
2 parents 0c9cc78 + 23faec6 commit 032ddb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CLA Assistant

on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]

jobs:
CLA:
uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main
secrets: inherit

0 comments on commit 032ddb6

Please sign in to comment.