Skip to content

T7579: added workflow for CLA #2

T7579: added workflow for CLA

T7579: added workflow for CLA #2

Workflow file for this run

name: "CLA Check"
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
on:
pull_request:
types: [opened, synchronize, closed]
issue_comment:
types: [created]
jobs:
call-cla-assistant:
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
secrets:
CLA_PAT: ${{ secrets.CLA_PAT }}