Add on-failure option to comment-summary-in-pr setting

This commit is contained in:
Sean Murphy
2023-08-04 22:37:51 -04:00
parent 1e70f06e66
commit 902e86c6f5
10 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const defaultConfig: ConfigurationOptions = {
'pkg:pip/certifi',
'pkg:pip/[email protected]'
],
comment_summary_in_pr: true
comment_summary_in_pr: 'never'
}
const tmpDir = path.resolve(__dirname, '../tmp')