Skip to content

docs: overhaul README and remove TEMPLATE_STATUS #62

docs: overhaul README and remove TEMPLATE_STATUS

docs: overhaul README and remove TEMPLATE_STATUS #62

Workflow file for this run

name: Label PR
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Sync mode: remove labels that no longer match (e.g. after a force-push
# that removes backend files from the diff).
sync-labels: true