Skip to content

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 8.3.0 #772

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 8.3.0

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 8.3.0 #772

Workflow file for this run

name: label-check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,skip-changelog
repo_token: ${{ secrets.GITHUB_TOKEN }}