Skip to content

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules #3303

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules #3303

Workflow file for this run

name: Labeler
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}