summaryrefslogtreecommitdiff
path: root/.github/workflows/cla-check.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-07-02 22:54:33 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-07-02 22:54:33 +0300
commit0ff4822da86b18daccb71fc552dc448398e9e84a (patch)
tree24187ee4421f81b3f973908e50f8c73b073eef0f /.github/workflows/cla-check.yml
parent89ef099a0ae67578aae85b9e07ba7089a4792d7b (diff)
downloadgh-action-test-rolling.tar.gz
gh-action-test-rolling.zip
canary: T0000 CLA check caller workflow for App-token probeHEADrolling
Diffstat (limited to '.github/workflows/cla-check.yml')
-rw-r--r--.github/workflows/cla-check.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml
new file mode 100644
index 0000000..71e4d1b
--- /dev/null
+++ b/.github/workflows/cla-check.yml
@@ -0,0 +1,18 @@
+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@canary-app-token
+ secrets: inherit