Update stale.yml

pull/33/head
Rabindra Dhakal 9 months ago committed by GitHub
parent 47942b341e
commit e0df840d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
.github/stale.yml vendored

@ -1,16 +1,20 @@
# Number of days of inactivity before an issue becomes stale name: Close inactive issues
daysUntilStale: 30 on:
# Number of days of inactivity before a stale issue is closed schedule:
daysUntilClose: 7 - cron: "30 1 * * *"
# Issues with these labels will never be considered stale
exemptLabels: jobs:
- pinned close-issues:
- security runs-on: ubuntu-latest
# Label to use when marking an issue as stale permissions:
staleLabel: inactive issues: write
# Comment to post when marking an issue as stale. Set to `false` to disable pull-requests: write
markComment: > steps:
This issue has been automatically marked as stale because it has not had - uses: actions/stale@v8
recent activity. It will be closed if no further activity occurs. with:
# Comment to post when closing a stale issue. Set to `false` to disable days-before-issue-stale: -1
closeComment: true days-before-issue-close: 30
close-issue-message: "Closed due to inactivity."
days-before-pr-stale: -1
days-before-pr-close: -1
repo-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save