Skip to content

fix: updates enum numbering and tests #3

fix: updates enum numbering and tests

fix: updates enum numbering and tests #3

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

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" -> "github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@425eb4597e2ee48576ee11b6a0eb0bf630d7d63d" : 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 }}