Skip to content

chore(ci): label new PRs with needs-triage tag automatically #1

chore(ci): label new PRs with needs-triage tag automatically

chore(ci): label new PRs with needs-triage tag automatically #1

Workflow file for this run

name: 'Pull Request Labeler'
on:
pull_request:
types: [opened]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# See `.github/labeler.yml` for the configuration
- uses: actions/labeler@v5