Skip to content

chore: update workflows after move #20

chore: update workflows after move

chore: update workflows after move #20

Workflow file for this run

---
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:
permissions:
contents: write
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7

Check failure on line 14 in .github/workflows/auto-labeler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-labeler.yml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-labeler.yml" -> "jmeridth/reusable-workflows/.github/workflows/auto-labeler.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}