File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ async function commentRuleAnalyze(
252
252
const addItemNames : Set < string > = new Set ( )
253
253
const updateItems : string [ ] = [ ]
254
254
255
- core . info ( "itemMap: " + JSON . stringify ( itemMap ) ) // DEBUG
255
+ core . debug ( "itemMap: " + JSON . stringify ( itemMap ) ) // DEBUG
256
256
for ( const itemParams of itemMap ) {
257
257
const item = itemParams . content ?? ''
258
258
const itemName = itemParams . name
@@ -795,7 +795,6 @@ function parseRule(
795
795
if ( core . isDebug ( ) ) {
796
796
core . debug ( `Parsed rule: ${ JSON . stringify ( itemParams ) } ` )
797
797
}
798
- core . info ( "Parsed rule: " + JSON . stringify ( itemParams ) ) // DEBUG
799
798
return itemParams
800
799
}
801
800
@@ -854,7 +853,7 @@ function parseAllRules(
854
853
throw Error ( `parseAllRules found unexpected field \`${ key } \`` )
855
854
}
856
855
}
857
- core . info ( "configObject: " + JSON . stringify ( configObject ) ) // DEBUG
856
+ core . debug ( "configObject: " + JSON . stringify ( configObject ) ) // DEBUG
858
857
859
858
const labelParamsObject = 'labels' in configObject ? configObject . labels : [ ]
860
859
const commentParamsObject =
You can’t perform that action at this time.
0 commit comments