feat: enhance IssuesProcessor to return label creation date and events, add stale label event checks

This commit is contained in:
chiranjib-swain
2026-02-05 14:42:06 +05:30
parent dcd2b9469d
commit 47c6b2cb49
5 changed files with 427 additions and 12 deletions

View File

@@ -129,6 +129,7 @@ class IssuesProcessorBuilder {
async p => (p === 1 ? this._issues : []),
async () => [],
async () => new Date().toDateString(),
undefined,
async (): Promise<IPullRequest> => {
return Promise.resolve({
number: 0,