mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-13 19:11:03 -04:00
Update stale.yml
This commit is contained in:
parent
960326ab40
commit
d21d7ab935
14
.github/workflows/stale.yml
vendored
14
.github/workflows/stale.yml
vendored
@ -19,16 +19,18 @@ jobs:
|
|||||||
# Issues configuration
|
# Issues configuration
|
||||||
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
||||||
close-issue-message: "This issue has been automatically closed due to inactivity. If you believe this is still relevant, please feel free to reopen it."
|
close-issue-message: "This issue has been automatically closed due to inactivity. If you believe this is still relevant, please feel free to reopen it."
|
||||||
|
close-issue-label: "Stale"
|
||||||
|
stale-issue-label: "Stale"
|
||||||
|
exempt-issue-labels: "pinned,important"
|
||||||
|
|
||||||
# PRs configuration
|
# PRs configuration
|
||||||
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
|
||||||
close-pr-message: "This pull request has been automatically closed due to inactivity. If you'd like to continue working on it, please reopen it."
|
close-pr-message: "This pull request has been automatically closed due to inactivity. If you'd like to continue working on it, please reopen it."
|
||||||
|
close-pr-label: "Stale"
|
||||||
|
stale-pr-label: "Stale"
|
||||||
|
exempt-pr-labels: "pinned,important"
|
||||||
|
exempt-draft-pr: true
|
||||||
|
|
||||||
# Common configuration
|
# Common configuration
|
||||||
exempt-issue-labels: "pinned,important"
|
operations-per-run: 5000
|
||||||
exempt-pr-labels: "pinned,important"
|
|
||||||
|
|
||||||
# Other configurations
|
|
||||||
exempt-draft-pr: true
|
|
||||||
operations-per-run: 1000
|
|
||||||
ascending: true
|
ascending: true
|
Loading…
x
Reference in New Issue
Block a user