Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Close stale issues as not planned #3847

Merged
merged 2 commits into from Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Expand Up @@ -11,12 +11,13 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v5.1.0
with:
stale-issue-message: "This issue has been marked as stale because there has been no activity in the past 12 months. Please add a comment to keep it open."
stale-issue-label: stale
days-before-issue-stale: 365
days-before-issue-close: 30
close-issue-reason: not_planned

stale-pr-message: "This PR has been marked as stale because there has been no activity in the past 3 months. Please add a comment to keep it open."
stale-pr-label: stale
Expand Down