Skip to content

feat(ci): add scopes to pr-title reusable workflow #18

feat(ci): add scopes to pr-title reusable workflow

feat(ci): add scopes to pr-title reusable workflow #18

Workflow file for this run

---
name: "Test Pull Request 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:
labeler:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/labeler.yaml
with:
config-path: .github/labeler.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}