Skip to content

Commit 969ffa2

Browse files
authored
Merge pull request #379 from rdkcentral/feature/actions/develop-cla
Deploy cla action
2 parents a2dc5bf + 68ab0a1 commit 969ffa2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cla.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
name: "CLA"
2+
23
permissions:
34
contents: read
45
pull-requests: write
56
actions: write
67
statuses: write
8+
79
on:
810
issue_comment:
911
types: [created]
1012
pull_request_target:
11-
types: [opened,closed,synchronize]
13+
types: [opened, closed, synchronize]
1214

1315
jobs:
1416
CLA-Lite:
1517
name: "Signature"
16-
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1719
secrets:
1820
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

0 commit comments

Comments
 (0)