Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
build: add stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 18, 2023
1 parent 1fb4944 commit 65852b0
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 30 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: 30
days-before-issue-close: 5
any-of-labels: needs repro

0 comments on commit 65852b0

Please sign in to comment.