Skip to content

Commit

Permalink
Close stale issues as not planned
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 1, 2022
1 parent 64bc4cb commit 7654b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Expand Up @@ -8,14 +8,15 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v5.1.1
with:
operations-per-run: 250

stale-issue-message: "This issue has been marked as stale because there has been no activity in the past 6 months. Please add a comment to keep it open."
stale-issue-label: stale
days-before-issue-stale: 180
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 6 months. Please add a comment to keep it open. Thank you for your contribution."
stale-pr-label: stale
Expand Down

0 comments on commit 7654b19

Please sign in to comment.