Skip to content

Commit

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

Signed-off-by: walkowif <[email protected]>
  • Loading branch information
walkowif committed May 13, 2024
1 parent 4734fa0 commit de03d13
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 de03d13

Please sign in to comment.