Skip to content

Commit

Permalink
Try out stale (#469)
Browse files Browse the repository at this point in the history
* Try out stale

* Update stale.yml

* Update stale.yml
  • Loading branch information
kvz authored Apr 5, 2024
1 parent eb5a534 commit 35df693
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: 'Close stale issues and PRs'

on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- .github/workflows/stale.yml
workflow_dispatch:
schedule:
- cron: '30 1 * * *'

Expand All @@ -9,6 +15,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
operations-per-run: 180
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
stale-pr-message: 'This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
Expand Down

0 comments on commit 35df693

Please sign in to comment.