Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.12.0 #57

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.12.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.12.0 #57

Workflow file for this run

name: 'PR Labeler'
on:
pull_request:
types: [opened, ready_for_review, reopened]
concurrency:
group: labeler-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-labeler:
name: PR Labeler
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}