Skip to content

Commit

Permalink
Add CLA workflow (#11)
Browse files Browse the repository at this point in the history
Required for:
insightsengineering/idr-tasks#355

Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com>
  • Loading branch information
walkowif committed Mar 15, 2024
1 parent dc1ed1b commit 70e1491
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 70e1491

Please sign in to comment.