From d680b7a43e7e88c3ff944a0684d9d92cc9ae7330 Mon Sep 17 00:00:00 2001 From: lemeshovich <17667824+lemeshovich@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:54:12 +0300 Subject: 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) - https://github.com/vyos/vyos.vyos/pull/427 * removed blank lines (#427) --------- Co-authored-by: Yevhen Bondarenko --- .github/workflows/cla-check.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/cla-check.yml (limited to '.github/workflows') diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml new file mode 100644 index 00000000..da3e6efd --- /dev/null +++ b/.github/workflows/cla-check.yml @@ -0,0 +1,15 @@ +name: "CLA Check" +permissions: + actions: write + contents: read + pull-requests: write + statuses: write +on: + pull_request_target: + types: [opened, synchronize, closed] + issue_comment: + types: [created] +jobs: + call-cla-assistant: + uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current + secrets: inherit -- cgit v1.2.3