Skip to content

Commit b342916

Browse files
authored
T7579: added workflow for CLA
1 parent a973ead commit b342916

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/cla-check.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "CLA Check"
2+
3+
permissions:
4+
actions: write
5+
contents: read
6+
pull-requests: write
7+
statuses: write
8+
9+
on:
10+
pull_request:
11+
types: [opened, synchronize, closed]
12+
issue_comment:
13+
types: [created]
14+
15+
jobs:
16+
call-cla-assistant:
17+
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
18+
secrets:
19+
CLA_PAT: ${{ secrets.CLA_PAT }}

0 commit comments

Comments
 (0)