Skip to content

Commit

Permalink
Create stale.yml (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM authored Jan 19, 2024
1 parent c40f71d commit 21beab7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
only-labels: 'waiting-for-response'

0 comments on commit 21beab7

Please sign in to comment.