Skip to content

Commit

Permalink
Close stale issues without info (#8594)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b4cf01)
  • Loading branch information
Dreamsorcerer authored and patchback[bot] committed Aug 2, 2024
1 parent e12da22 commit e4fd6b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Close stale issues'
on:
schedule:
- cron: '50 5 * * *'

permissions:
issues: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 30
any-of-labels: needs-info
labels-to-remove-when-unstale: needs-info

0 comments on commit e4fd6b0

Please sign in to comment.