Skip to content

feat: adds initial schema for Layer 5 (for discussion) #358

feat: adds initial schema for Layer 5 (for discussion)

feat: adds initial schema for Layer 5 (for discussion) #358

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@23b65d1475caa2c0979cb746b301358c2f7dd9ab
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}