Skip to content

Commit a5f6d76

Browse files
authored
Merge pull request alibaba#442 from LeoYuan/chore/cov-permission
chore: grant write permission for pull request
2 parents 80fbe6d + f57cf04 commit a5f6d76

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/cov packages.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
cov-designer:
11+
permissions:
12+
checks: write
13+
pull-requests: write
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: checkout
@@ -25,7 +28,13 @@ jobs:
2528
working-directory: packages/designer
2629
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
2730
skip-step: install
31+
annotations: none
32+
package-manager: yarn
33+
2834
cov-renderer-core:
35+
permissions:
36+
checks: write
37+
pull-requests: write
2938
runs-on: ubuntu-latest
3039
steps:
3140
- name: checkout
@@ -43,7 +52,13 @@ jobs:
4352
working-directory: packages/renderer-core
4453
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
4554
skip-step: install
55+
annotations: none
56+
package-manager: yarn
57+
4658
cov-react-simulator-renderer:
59+
permissions:
60+
checks: write
61+
pull-requests: write
4762
runs-on: ubuntu-latest
4863
steps:
4964
- name: checkout
@@ -60,4 +75,6 @@ jobs:
6075
with:
6176
working-directory: packages/react-simulator-renderer
6277
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
63-
skip-step: install
78+
skip-step: install
79+
annotations: none
80+
package-manager: yarn

0 commit comments

Comments
 (0)