Skip to content

Commit

Permalink
Restore actions/stale to schedule.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <thomas@tada.se>
  • Loading branch information
thallgren committed Aug 25, 2024
1 parent 4a489de commit 60ac3db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Close stale issues and PR'
on:
push:
branches:
- release/v2
schedule:
- cron: '12 10 * * *'

jobs:
stale:
Expand All @@ -18,5 +17,5 @@ jobs:
days-before-pr-stale: 30
days-before-issue-close: 7
days-before-pr-close: 14
operations-per-run: 800
operations-per-run: 80
exempt-issue-labels: feature,friction

0 comments on commit 60ac3db

Please sign in to comment.