Skip to content

Commit

Permalink
Update close-old-stale-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Keller authored Aug 31, 2024
1 parent 76c85ae commit 3593660
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/close-old-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3593660

Please sign in to comment.