Skip to content

build(deps-dev): bump eslint from 8.44.0 to 9.15.0 #176

build(deps-dev): bump eslint from 8.44.0 to 9.15.0

build(deps-dev): bump eslint from 8.44.0 to 9.15.0 #176

Workflow file for this run

name: "PR Labeler"
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: ".github/labels.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true