Skip to content

Commit

Permalink
chore: setup stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 22, 2022
1 parent fce8c0b commit e3b104c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Stale

on:
schedule:
- cron: 30 7 * * *

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-label: stale
stale-issue-message: |
This issue is stale because it has been open 15 days with no activity.
Remove stale label or comment or this will be closed in 5 days.
close-issue-message: |
This issue was closed because it has been stalled for 5 days with no activity.
days-before-issue-stale: 15
days-before-issue-close: 5
any-of-labels: awaiting feedback

0 comments on commit e3b104c

Please sign in to comment.