Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IzyPro authored Dec 14, 2022
1 parent 66a144b commit 9a940f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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: '20 18 * * *'
- cron: '00 11 * * *'

jobs:
stale:
Expand All @@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
Expand Down

0 comments on commit 9a940f7

Please sign in to comment.