diff --git a/.github/workflows/close-old-stale-issues.yml b/.github/workflows/close-old-stale-issues.yml index 5fa8385fad3d22..aaab38a96a0acb 100644 --- a/.github/workflows/close-old-stale-issues.yml +++ b/.github/workflows/close-old-stale-issues.yml @@ -1,9 +1,12 @@ name: Close stale issues on: + schedule: + # Run every day at 1:00 AM UTC. + - cron: 0 1 * * * workflow_dispatch: inputs: endDate: - description: stop processing PRs after this date + description: stop processing issues after this date required: false type: string