We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d580f55 commit 2a3ea0fCopy full SHA for 2a3ea0f
.github/workflows/linter.yml
@@ -44,3 +44,4 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
TYPESCRIPT_DEFAULT_STYLE: prettier
46
VALIDATE_JSCPD: false
47
+ VALIDATE_CHECKOV: false
.github/workflows/size-label.yml
@@ -6,9 +6,13 @@ on:
6
7
jobs:
8
size-label:
9
- permissions: write-all
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ statuses: write
14
+ pull-requests: write
15
+
16
steps:
17
18
- name: size-label
0 commit comments