Skip to content

feat: triage-dispatch-modes Slice C — US1 MVP label/keyword routing (T014-T026) #47

feat: triage-dispatch-modes Slice C — US1 MVP label/keyword routing (T014-T026)

feat: triage-dispatch-modes Slice C — US1 MVP label/keyword routing (T014-T026) #47

Workflow file for this run

name: "Generate Labels"
on:
- pull_request
- issues
jobs:
label:
name: "Label PR based on title"
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Label PR based on title
uses: srvaroa/labeler@v1
with:
config_path: .github/labeler.yml
use_local_config: false
fail_on_error: false
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"