File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 99 # Vitest auto retry on flaky segfault
1010 VITEST_SEGFAULT_RETRY : 3
1111
12+ permissions : {}
13+
1214on :
1315 push :
1416 branches :
Original file line number Diff line number Diff line change 88 close-issues :
99 if : github.repository == 'vitejs/vite-plugin-react'
1010 runs-on : ubuntu-latest
11+ permissions :
12+ issues : write # for actions-cool/issues-helper to update issues
13+ pull-requests : write # for actions-cool/issues-helper to update PRs
1114 steps :
1215 - name : need reproduction
1316 uses : actions-cool/issues-helper@v3
Original file line number Diff line number Diff line change 88 reply-labeled :
99 if : github.repository == 'vitejs/vite-plugin-react'
1010 runs-on : ubuntu-latest
11+ permissions :
12+ issues : write # for actions-cool/issues-helper to update issues
13+ pull-requests : write # for actions-cool/issues-helper to update PRs
1114 steps :
1215 - name : contribution welcome
1316 if : github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : write # for ArnaudBarre/github-release to create a release
1113 environment : Release
1214 steps :
1315 - name : Checkout
Original file line number Diff line number Diff line change 1212 if : github.repository == 'vitejs/vite-plugin-react'
1313 runs-on : ubuntu-latest
1414 name : Semantic Pull Request
15+ permissions :
16+ pull-requests : read
1517 steps :
1618 - name : Validate PR title
1719 uses : amannn/action-semantic-pull-request@v5
You can’t perform that action at this time.
0 commit comments