fix(dts-plugin): infer root dir from tsconfig references to fix Vite 8 new template dev server failure #5953
Workflow file for this run
This file contains hidden or 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: PR Labeler | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| change-labeling: | |
| name: Labeling for changes | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: github/issue-labeler@v3.4 | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
| configuration-path: .github/pr-labeler.yml | |
| enable-versioned-regex: 0 | |
| include-title: 1 | |
| sync-labels: 1 |