Skip to content

chore: create test actions for reusable workflows #1

chore: create test actions for reusable workflows

chore: create test actions for reusable workflows #1

---
name: "Auto Labeler"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
auto_labeler:
uses: ./.github/workflows/auto-labeler.yaml@main

Check failure on line 11 in .github/workflows/test-auto-labeler.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-auto-labeler.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
config-name: release-drafter.yaml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}