Skip to content

Commit

Permalink
update stale rule
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 7, 2023
1 parent af50a45 commit 92bc375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: 'Close Stale Issues'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
days-before-issue-close: -1
days-before-issue-stale: 180
days-before-issue-stale: 360
days-before-pr-close: -1
days-before-pr-stale: -1
stale-issue-message: "This issue has not had activity for 180 days."
stale-issue-message: "This issue has not had activity for 360 days."
close-issue-message: "This issue was closed because it has been inactive for 42 days since being marked as stale."
stale-issue-label: 'stale'
exempt-issue-labels: 'never-stale'

0 comments on commit 92bc375

Please sign in to comment.