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

Commit

Permalink
Close stale issues as not planned (#3847)
Browse files Browse the repository at this point in the history
**User-Facing Changes**
None

**Description**
Uses actions/stale#764 to close issues as not planned instead of completed
  • Loading branch information
jtbandes committed Aug 2, 2022
1 parent e726adc commit d5e22a8
Showing 1 changed file with 2 additions and 1 deletion.
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.1
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

0 comments on commit d5e22a8

Please sign in to comment.