Skip to content

Chore(deps-dev): bump eslint from 8.39.0 to 9.12.0 #1287

Chore(deps-dev): bump eslint from 8.39.0 to 9.12.0

Chore(deps-dev): bump eslint from 8.39.0 to 9.12.0 #1287

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
add-label:
name: Add PR type label
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}