Skip to content

Commit

Permalink
Add auto stale
Browse files Browse the repository at this point in the history
Signed-off-by: owent <[email protected]>
  • Loading branch information
owent committed Jan 24, 2023
1 parent 90529da commit 313b8da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Mark and close stale issues"
on:
schedule:
- cron: "30 2 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
with:
stale-issue-message: "This issue was marked as stale due to lack of activity."
days-before-issue-stale: 90
exempt-issue-labels: "do-not-stale"

0 comments on commit 313b8da

Please sign in to comment.