[Bug]: After using ESLintPlugin, if set parserOptions.project in the .eslintrc.js file, cold start or first hot reload will become very slow (cli v1.1.1 and above) #7567
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: team-label | |
on: | |
pull_request: | |
types: [opened] | |
issues: | |
types: [opened] | |
permissions: | |
contents: read | |
pull-requests: write | |
issues: write | |
jobs: | |
team-labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: JulienKode/team-labeler-action@7b3c7c6784f9c28158fb64070875b1d03922a637 # v1.3.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |