Skip to content

Commit 2a3ea0f

Browse files
authored
Update size-label.yml (#177)
* Update size-label.yml * Update linter.yml * Update linter.yml
1 parent d580f55 commit 2a3ea0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
TYPESCRIPT_DEFAULT_STYLE: prettier
4646
VALIDATE_JSCPD: false
47+
VALIDATE_CHECKOV: false

.github/workflows/size-label.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66

77
jobs:
88
size-label:
9-
permissions: write-all
109
runs-on: ubuntu-latest
1110

11+
permissions:
12+
contents: read
13+
statuses: write
14+
pull-requests: write
15+
1216
steps:
1317

1418
- name: size-label

0 commit comments

Comments
 (0)