Skip to content

Commit

Permalink
Add CLA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: walkowif <[email protected]>
  • Loading branch information
walkowif authored Mar 11, 2024
1 parent b247521 commit 979cd59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CLA 🔏

on:
issue_comment:
types:
- created
# For PRs that originate from forks
pull_request_target:
types:
- opened
- closed
- synchronize

jobs:
CLA:
name: CLA 📝
uses: insightsengineering/.github/.github/workflows/cla.yaml@main
secrets: inherit

0 comments on commit 979cd59

Please sign in to comment.