mirror of
https://github.com/knadh/listmonk.git
synced 2024-12-26 08:51:52 +08:00
Add issue/PR comment messages to GitHub stale action bot.
This commit is contained in:
parent
12f32f1470
commit
c520337a36
1 changed files with 2 additions and 0 deletions
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
|
@ -16,3 +16,5 @@ jobs:
|
|||
debug-only: false
|
||||
exempt-all-assignees: true
|
||||
operations-per-run: 1000
|
||||
stale-issue-message: "This issue has been marked 'stale' after 90 days of inactivity. If there is no further activity, it will be closed in 7 days."
|
||||
stale-pr-message: "This PR has been marked 'stale' after 90 days of inactivity. If there is no further activity, it will be closed in 7 days."
|
||||
|
|
Loading…
Reference in a new issue