Skip to content

Commit

Permalink
Clean up stale issues with GitHub stale action (#6996)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Aug 31, 2024
1 parent 6838749 commit d241c65
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/stale.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Close stale issues'

on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
debug-only: true # dry-run
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-issue-label: stale
days-before-stale: 120
days-before-close: 7

0 comments on commit d241c65

Please sign in to comment.