Skip to content

Update dependency @typescript-eslint/parser to v7.11.0 #577

Update dependency @typescript-eslint/parser to v7.11.0

Update dependency @typescript-eslint/parser to v7.11.0 #577

name: Label requirements
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check-labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: maintenance,feature,bug,enhancement
repo_token: ${{ secrets.GITHUB_TOKEN }}