Skip to content

Commit

Permalink
Increase frequency for Stale bot (#2124)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
  • Loading branch information
andreyvelich authored Aug 14, 2024
1 parent e2693f1 commit 5972482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yaml
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 */5 * * *"
- cron: "0 */2 * * *"

jobs:
stale:
Expand All @@ -18,6 +18,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-close: 20
operations-per-run: 200
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
Expand Down

0 comments on commit 5972482

Please sign in to comment.