Skip to content

Commit b643430

Browse files
Merge pull request #49 from mindsdb/add-cla
Add Cla
2 parents ccafa69 + f63df7d commit b643430

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/cla.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "MindsDB CLA Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened,closed,synchronize]
7+
jobs:
8+
CLAssistant:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "CLA Assistant"
12+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
13+
uses: contributor-assistant/github-action@v2.6.1
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.CLA_TOKEN }}
16+
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_TOKEN }}
17+
with:
18+
path-to-signatures: 'assets/contributions-agreement/cla.json'
19+
# Add path to the CLA here
20+
path-to-document: 'https://github.com/mindsdb/mindsdb/blob/main/assets/contributions-agreement/individual-contributor.md'
21+
branch: 'cla'
22+
allowlist: bot*, ZoranPandovski, torrmal, Stpmax, mindsdbadmin, ea-rus, tmichaeldb, dusvyat, hamishfagg, MinuraPunchihewa, martyna-mindsdb, lucas-koontz

assets/contributions-agreement/cla.json

Whitespace-only changes.

0 commit comments

Comments
 (0)