mirror of
https://github.com/actions/stale.git
synced 2025-12-28 11:08:18 +00:00
Use cache instead of artifacts
This commit is contained in:
@@ -27,7 +27,7 @@ export class Issue implements IIssue {
|
||||
|
||||
constructor(
|
||||
options: Readonly<IIssuesProcessorOptions>,
|
||||
issue: Readonly<OctokitIssue> | Readonly<IIssue>
|
||||
issue: Readonly<OctokitIssue | Readonly<IIssue>>
|
||||
) {
|
||||
this._options = options;
|
||||
this.title = issue.title;
|
||||
|
||||
Reference in New Issue
Block a user