Skip to content

Commit 92937eb

Browse files
authored
Merge pull request #923 from rdkcentral/feature/actions/master-cla
Deploy cla action
2 parents 1c271e6 + fc98588 commit 92937eb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/cla.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
name: "CLA"
2-
on:
3-
issue_comment:
4-
types: [created]
5-
pull_request_target:
6-
types: [opened,closed,synchronize]
72

83
permissions:
94
contents: read
105
pull-requests: write
116
actions: write
127
statuses: write
138

9+
on:
10+
issue_comment:
11+
types: [created]
12+
pull_request_target:
13+
types: [opened, closed, synchronize]
14+
1415
jobs:
1516
CLA-Lite:
1617
name: "Signature"
17-
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1819
secrets:
1920
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

0 commit comments

Comments
 (0)