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 13ac6c2 commit 67b1322Copy full SHA for 67b1322
1 file changed
.github/workflows/dependency-diff.yml
@@ -35,7 +35,8 @@ jobs:
35
with:
36
mode: artifact
37
detect-replacements: 'true'
38
- duplicate-threshold: '4'
+ # Too noisy. Disabling until this can report on duplicate CHANGES in this PR.
39
+ duplicate-threshold: '999'
40
dependency-threshold: '15'
41
size-threshold: '200000'
42
0 commit comments