Skip to content

chore: Update CLA

chore: Update CLA #1

Workflow file for this run

---
name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla_assistant:
uses: Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main

Check failure on line 17 in .github/workflows/cla.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yaml" -> "Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main" (source branch with sha:240ec0b6bab8629f663b0c779ee280b257f454c0) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}