Skip to content

Commit 72677cf

Browse files
Deploy cla action
1 parent 315262c commit 72677cf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened,closed,synchronize]
7+
8+
jobs:
9+
CLA-Lite:
10+
name: "Signature"
11+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
12+
secrets:
13+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

0 commit comments

Comments
 (0)