diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-07-02 22:54:33 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-07-02 22:54:33 +0300 |
| commit | 0ff4822da86b18daccb71fc552dc448398e9e84a (patch) | |
| tree | 24187ee4421f81b3f973908e50f8c73b073eef0f /.github/workflows | |
| parent | 89ef099a0ae67578aae85b9e07ba7089a4792d7b (diff) | |
| download | gh-action-test-0ff4822da86b18daccb71fc552dc448398e9e84a.tar.gz gh-action-test-0ff4822da86b18daccb71fc552dc448398e9e84a.zip | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cla-check.yml | 18 |
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 |
