Send message to stale issues/PRs

This commit is contained in:
ByteHamster 2022-02-07 21:58:36 +01:00
parent 37eec9902b
commit b589ea877c
1 changed files with 6 additions and 4 deletions

View File

@ -13,13 +13,15 @@ jobs:
steps: steps:
- uses: actions/stale@v4 - uses: actions/stale@v4
with: with:
days-before-stale: 10 days-before-stale: 15
days-before-close: 10 days-before-close: 15
only-labels: 'Awaiting reply' only-labels: 'Awaiting reply'
stale-issue-label: 'Still awaiting reply' stale-issue-label: 'Still awaiting reply'
stale-pr-label: 'Still awaiting reply' stale-pr-label: 'Still awaiting reply'
stale-issue-message: "This issue will be closed when we don't get a reply within 15 days."
stale-pr-message: "This PR will be closed when we don't get a reply within 15 days."
labels-to-remove-when-unstale: 'Awaiting reply' labels-to-remove-when-unstale: 'Awaiting reply'
close-issue-label: "Close reason: no reply" close-issue-label: "Close reason: no reply"
close-pr-label: "Close reason: no reply" close-pr-label: "Close reason: no reply"
close-issue-message: "This issue was closed because we didn't get a reply for 20 days." close-issue-message: "This issue was closed because we didn't get a reply for 30 days."
close-pr-message: "This pr was closed because we didn't get a reply for 20 days." close-pr-message: "This PR was closed because we didn't get a reply for 30 days."