Skip to content

Commit

Permalink
Never auto-close stale issues and PRs (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Jun 19, 2024
1 parent a1186d6 commit 42666a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
There is no activity on the issue for some time. The issue will be
automatically closed in 3 weeks.
There is no activity on the issue for some time.
stale-issue-label: 'S-Stale'
stale-pr-label: 'S-Stale'
days-before-issue-stale: 547
days-before-close: 21
days-before-close: -1

0 comments on commit 42666a2

Please sign in to comment.