Skip to content

Commit

Permalink
[stale issues] increase to 4x day + increase ops per run as we seem t…
Browse files Browse the repository at this point in the history
…o use it a lot
  • Loading branch information
johnny-bit authored and aurelienpierre committed Sep 7, 2021
1 parent b8abb4a commit b6e1a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 */6 * * *"

jobs:
stale:
Expand All @@ -25,4 +25,4 @@ jobs:
exempt-all-milestones: true
exempt-pr-labels: 'bugfix,wip'
exempt-issue-labels: 'scope: camera support,bugfix: wip'
operations-per-run: 100
operations-per-run: 300

0 comments on commit b6e1a2a

Please sign in to comment.