Skip to content

Commit

Permalink
close stale issues after 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Nov 14, 2022
1 parent 7e2662b commit 199c4b2
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'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
with:
days-before-stale: 30
days-before-pr-stale: -1
days-before-close: 7
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 issue'
exempt-issue-labels: 'good first issue, WIP, question, up for grabs'

0 comments on commit 199c4b2

Please sign in to comment.