Skip to content

Commit d680b7a

Browse files
T7579: added workflow for CLA (#427)
* T7579: added workflow for CLA * T7579: fix of the run trigger for CLA * added a new line * added the changelog fragment * fix a new line character at the end of file * fixed new line issues (#427) - #427 * removed blank lines (#427) --------- Co-authored-by: Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io>
1 parent 9a378a1 commit d680b7a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/cla-check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "CLA Check"
2+
permissions:
3+
actions: write
4+
contents: read
5+
pull-requests: write
6+
statuses: write
7+
on:
8+
pull_request_target:
9+
types: [opened, synchronize, closed]
10+
issue_comment:
11+
types: [created]
12+
jobs:
13+
call-cla-assistant:
14+
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
15+
secrets: inherit
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
trivial:
3+
- cla-check.yml - Add a workflow for the checking and signing of Contributor License Agreement (CLA)

0 commit comments

Comments
 (0)