mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
stale workflow update
making the stale bot less aggressive and improving the stale messages on issues
This commit is contained in:
parent
18afc46e5e
commit
230e96109f
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
||||
- name: Close Stale Issues
|
||||
uses: actions/stale@v5.0.0
|
||||
with:
|
||||
stale-issue-message: "Marked as stale due to inactivity. If the issue still exists, please comment as so."
|
||||
stale-issue-message: "Marked as stale due to no interactions in the last 90 days. If the issue still exists, please provide any possibly still needed information or exuse the devs for not getting around to addressing this issue yet. If this issue is still considered unsolved a dev will soon remove the stale tag from this issue."
|
||||
stale-pr-message: "Marked as stale due to inactivity."
|
||||
close-issue-message: "Closed due to inactivity. Please create a new issue if this problem still exists."
|
||||
close-issue-message: "Closed due to inactivity. Please create a new issue if this problem has come up again and no dev has reopened this issue after a week of it being marked as closed."
|
||||
close-pr-message: "Closed due to inactivity."
|
||||
days-before-stale: 30
|
||||
days-before-stale: 90
|
||||
operations-per-run: 100
|
||||
exempt-all-assignees: true
|
||||
|
Loading…
Reference in New Issue
Block a user