Skip to content

chore: update README with some formatting #3

chore: update README with some formatting

chore: update README with some formatting #3

Workflow file for this run

---
name: "Test Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/labeler.yaml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}