mirror of
https://github.com/actions/stale.git
synced 2025-12-30 12:57:50 +08:00
* feat(assignees): add new option to avoid stale for assignees closes #271 * test: add more coverage * docs: fix readme format issue * docs: reorder and enhance typo * docs(contributing): add more information about the npm scripts
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export interface IAssignee {
|
|
login: string;
|
|
}
|