Skip to content

Commit

Permalink
Merge pull request #43 from Expensify/cmartins-fixCLA
Browse files Browse the repository at this point in the history
[No QA] Add CLA workflow to repo
  • Loading branch information
AndrewGable authored Oct 24, 2024
2 parents aabcb4d + ab2d924 commit 1273999
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 1273999

Please sign in to comment.