Files
postman-claude-code-plugin/.github/workflows/pr-labeler.yml
nnandan-postman 697228d123 Add checks
2026-04-09 11:28:33 -07:00

19 lines
305 B
YAML

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml