Skip to content

Commit 59fa659

Browse files
authored
Merge pull request #9 from Netcracker/chore/update-cla
chore: Update CLA
2 parents c3a96c4 + 77f4577 commit 59fa659

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/cla.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: CLA Assistant
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request:
7+
types: [opened, closed, synchronize]
8+
9+
permissions:
10+
actions: write
11+
contents: read
12+
pull-requests: write
13+
statuses: write
14+
15+
jobs:
16+
cla_assistant:
17+
uses: Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main
18+
secrets:
19+
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)