Skip to content

Commit aa048ac

Browse files
authored
Merge branch 'main' into mbg/analyze/use-upload-sarif
2 parents 2ade8a0 + 0c5185d commit aa048ac

File tree

77 files changed

+221508
-122134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+221508
-122134
lines changed

.github/sizeup.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
labeling:
2+
applyCategoryLabels: true
3+
categoryLabelPrefix: "size/"
4+
5+
commenting:
6+
addCommentWhenScoreThresholdHasBeenExceeded: false
7+
8+
sizeup:
9+
categories:
10+
- name: extra small
11+
lte: 25
12+
label:
13+
name: XS
14+
description: Should be very easy to review
15+
color: 3cbf00
16+
- name: small
17+
lte: 100
18+
label:
19+
name: S
20+
description: Should be easy to review
21+
color: 5d9801
22+
- name: medium
23+
lte: 250
24+
label:
25+
name: M
26+
description: Should be of average difficulty to review
27+
color: 7f7203
28+
- name: large
29+
lte: 500
30+
label:
31+
name: L
32+
description: May be hard to review
33+
color: a14c05
34+
- name: extra large
35+
lte: 1000
36+
label:
37+
name: XL
38+
description: May be very hard to review
39+
color: c32607
40+
- name: extra extra large
41+
label:
42+
name: XXL
43+
description: May be extremely hard to review
44+
color: e50009
45+
ignoredFilePatterns:
46+
- ".github/workflows/__*"
47+
- "lib/**/*"
48+
- "package-lock.json"
49+
testFilePatterns:
50+
- "**/*.test.ts"
51+
scoring:
52+
# This formula and the aliases below it are written in prefix notation.
53+
# For an explanation of how this works, please see:
54+
# https://github.com/lerebear/sizeup-core/blob/main/README.md#prefix-notation
55+
formula: "- - + additions deletions comments whitespace"

.github/workflows/__analyze-ref-input.yml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__bundle-from-toolcache.yml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__config-input.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__local-bundle.yml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)