Skip to content

Commit

Permalink
chore(ci): add stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jan 14, 2025
1 parent 6c32814 commit 435d680
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Close stale issues
on:
schedule:
- cron: 30 1 * * *

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: ""
exempt-pr-labels: enhancement,bug,work-in-progress

0 comments on commit 435d680

Please sign in to comment.