mirror of
https://github.com/helm/helm.git
synced 2026-08-03 22:50:49 +00:00
introduce stale issue bot
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
15
.github/workflows/stale-issue-bot.yaml
vendored
Normal file
15
.github/workflows/stale-issue-bot.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Close stale issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.'
|
||||
exempt-issue-labels: 'keep open'
|
||||
days-before-stale: 90
|
||||
days-before-close: 30
|
||||
Reference in New Issue
Block a user