Skip to content

chore(ci): handle renames after move to GitHub org #30

chore(ci): handle renames after move to GitHub org

chore(ci): handle renames after move to GitHub org #30

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