summaryrefslogtreecommitdiff
path: root/.github/workflows/cla-check.yml
blob: bc3fea8d3deed177aced136cc642766fdcc88c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@production
    secrets: inherit