Skip to content

refactor(cli): replace verbose/quiet bool pairs with Verbosity enum #544

refactor(cli): replace verbose/quiet bool pairs with Verbosity enum

refactor(cli): replace verbose/quiet bool pairs with Verbosity enum #544

Workflow file for this run

name: Auto Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v7
- name: Label PR based on changed paths
uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true