mirror of
https://github.com/actions/stale.git
synced 2026-01-01 01:07:09 +08:00
Test new flag
This commit is contained in:
@@ -62,7 +62,8 @@ describe('Issue', (): void => {
|
||||
ignoreIssueUpdates: undefined,
|
||||
ignorePrUpdates: undefined,
|
||||
exemptDraftPr: false,
|
||||
closeIssueReason: ''
|
||||
closeIssueReason: '',
|
||||
includeOnlyAssigned: false
|
||||
};
|
||||
issueInterface = {
|
||||
title: 'dummy-title',
|
||||
|
||||
Reference in New Issue
Block a user