Skip to content

Commit 5aeed12

Browse files
committed
chore: add CLA workflow
1 parent d2001c5 commit 5aeed12

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/cla.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CLA Assistant
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, reopened]
5+
issue_comment:
6+
types: [created]
7+
8+
jobs:
9+
cla:
10+
uses: replane/.github/.github/workflows/cla.yml@main
11+
secrets:
12+
CLA_TOKEN: ${{ secrets.CLA_TOKEN }}
13+

0 commit comments

Comments
 (0)