Skip to content

Commit

Permalink
Merge pull request #291 from fastlorenzo/fix-stale-action
Browse files Browse the repository at this point in the history
chore: fixed stale action
  • Loading branch information
fastlorenzo authored Aug 14, 2023
2 parents f62204d + df31cec commit b9696e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Close stale issues and PR"
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:

jobs:
stale:
Expand All @@ -15,3 +16,4 @@ jobs:
days-before-stale: 30
days-before-close: 5
days-before-pr-close: -1
start-date: '2023-08-14T00:00:00Z'

0 comments on commit b9696e9

Please # to comment.