Skip to content

Commit

Permalink
Trigger actions/stale once per week should be enough
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed May 11, 2023
1 parent 174a9af commit 78b74d1
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 @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '30 2 * * *'
- cron: '30 2 * * 0'

jobs:
stale:
Expand All @@ -17,4 +17,4 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v7
- uses: actions/stale@v8

0 comments on commit 78b74d1

Please sign in to comment.