Skip to content

Commit

Permalink
Run Stale Action Every 5th Hour
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Aug 22, 2023
1 parent ea27fa7 commit 491c566
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 @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 16 * * *"
- cron: "0 */5 * * *"

jobs:
stale:
Expand All @@ -20,6 +20,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 60
days-before-stale: 90
days-before-close: 20
stale-issue-message: >
Expand Down

0 comments on commit 491c566

Please sign in to comment.