Skip to content

Commit

Permalink
Added stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Aug 21, 2023
1 parent 2de266f commit 9daa625
Showing 1 changed file with 20 additions and 0 deletions.
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 and pull requests

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Run every day at midnight

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-stale: 30
exempt-issue-labels: |
in-progress
help-wanted
pinned
security
enhancement

0 comments on commit 9daa625

Please sign in to comment.