Skip to content

docs: update README.md #37

docs: update README.md

docs: update README.md #37

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 }}