Skip to content

Commit

Permalink
[CI] Never close stale issues (#2277)
Browse files Browse the repository at this point in the history
Fixes #2276
  • Loading branch information
marcalff authored Aug 24, 2023
1 parent c0f17d9 commit 628838a
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
@@ -1,4 +1,4 @@
name: "Mark and close stale issues"
name: "Mark stale issues"
on:
schedule:
- cron: "30 1 * * *"
Expand All @@ -11,4 +11,5 @@ jobs:
with:
stale-issue-message: "This issue was marked as stale due to lack of activity."
days-before-issue-stale: 60
days-before-close: -1
exempt-issue-labels: "do-not-stale"

0 comments on commit 628838a

Please sign in to comment.