Skip to content

feat: add CLA workflow caller #1

feat: add CLA workflow caller

feat: add CLA workflow caller #1

Workflow file for this run

---
name: CLA Workflow
permissions:
contents: write
checks: write
actions: write
pull-requests: write
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- staging
- main
jobs:
cla:
uses: ec-intl/workflow-templates/.github/workflows/cla_template.yml@main

Check failure on line 19 in .github/workflows/cla.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yml" -> "ec-intl/workflow-templates/.github/workflows/cla_template.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit