mirror of
https://github.com/actions/stale.git
synced 2025-12-29 03:18:17 +00:00
Filter comments based on content, not author
This commit is contained in:
@@ -2,4 +2,5 @@ import {IUser} from './user';
|
||||
|
||||
export interface IComment {
|
||||
user: IUser;
|
||||
body: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user