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

Workflow file for this run

---
name: "Pull Request Labeler"
on:
pull_request_target:
permissions:
contents: read
jobs:
labeler:
uses: ./.github/workflows/labeler.yaml@main

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}