File tree 5 files changed +12
-0
lines changed
5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
# Vitest auto retry on flaky segfault
10
10
VITEST_SEGFAULT_RETRY : 3
11
11
12
+ permissions : {}
13
+
12
14
on :
13
15
push :
14
16
branches :
Original file line number Diff line number Diff line change 8
8
close-issues :
9
9
if : github.repository == 'vitejs/vite-plugin-react'
10
10
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
11
14
steps :
12
15
- name : need reproduction
13
16
uses : actions-cool/issues-helper@v3
Original file line number Diff line number Diff line change 8
8
reply-labeled :
9
9
if : github.repository == 'vitejs/vite-plugin-react'
10
10
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
11
14
steps :
12
15
- name : contribution welcome
13
16
if : github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
publish :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : write # for ArnaudBarre/github-release to create a release
11
13
environment : Release
12
14
steps :
13
15
- name : Checkout
Original file line number Diff line number Diff line change 12
12
if : github.repository == 'vitejs/vite-plugin-react'
13
13
runs-on : ubuntu-latest
14
14
name : Semantic Pull Request
15
+ permissions :
16
+ pull-requests : read
15
17
steps :
16
18
- name : Validate PR title
17
19
uses : amannn/action-semantic-pull-request@v5
You can’t perform that action at this time.
0 commit comments