mirror of
https://github.com/actions/stale.git
synced 2025-12-30 03:48:18 +00:00
Dist
This commit is contained in:
@@ -461,9 +461,9 @@ export class IssuesProcessor {
|
||||
// comment => comment.user.type === 'User' && comment.user.login !== actor
|
||||
// );
|
||||
|
||||
issueLogger.info(
|
||||
`Comments not made by actor or another bot: ${filteredComments.length}`
|
||||
);
|
||||
// issueLogger.info(
|
||||
// `Comments not made by actor or another bot: ${filteredComments.length}`
|
||||
// );
|
||||
|
||||
// if there are any user comments returned
|
||||
return comments.length > 0;
|
||||
|
||||
Reference in New Issue
Block a user