mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci: stale only issues [skip ci]
This commit is contained in:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -12,10 +12,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale
|
- uses: actions/stale
|
||||||
with:
|
with:
|
||||||
days-before-stale: 90
|
days-before-stale: 180
|
||||||
days-before-close: 30
|
days-before-close: 30
|
||||||
stale-issue-label: stale
|
stale-issue-label: stale
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
|
This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
|
This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
|
||||||
|
exempt-issue-labels: discussion
|
||||||
|
only-pr-labels: not-a-real-label
|
||||||
|
|||||||
Reference in New Issue
Block a user