Skip to content

Commit

Permalink
Merge branch 'main' into fix_ci_benchmark_2083
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Aug 25, 2023
2 parents 88c3960 + 628838a commit a4e5724
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 a4e5724

Please sign in to comment.