Skip to content

Commit

Permalink
Disable closing of stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira committed Jan 15, 2024
1 parent 60cc969 commit 7f887ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v5
with:
days-before-issue-stale: 180
days-before-issue-close: 30
days-before-issue-close: -1
stale-issue-label: "stale"
stale-issue-message: "This issue was marked as stale because it has been open for 6 months with no activity."
close-issue-message: "This issue was closed because it has been inactive for 1 month since being marked as stale. Feel free to re-open it if you have any further comments."
Expand Down

0 comments on commit 7f887ae

Please sign in to comment.