mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 02:58:28 +00:00
rm unsupported anchor, add remove-stale-when-uodated (#2676)
This commit is contained in:
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@@ -8,8 +8,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-pr-message: &message 'This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
|
||||
stale-issue-message: *message
|
||||
stale-pr-message: 'This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
|
||||
stale-issue-message: This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
|
||||
remove-stale-when-updated: true
|
||||
# 6 months
|
||||
days-before-stale: 183
|
||||
# 1 month
|
||||
|
||||
Reference in New Issue
Block a user