Skip to content

[Feat]: add --exclude-path flag to lint command (PLA-128) #110

[Feat]: add --exclude-path flag to lint command (PLA-128)

[Feat]: add --exclude-path flag to lint command (PLA-128) #110

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, synchronize]
permissions:
pull-requests: write
contents: read
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}