Browse Source
ci: Mark issues stale after 30 days and run every Sunday at 00:00
pull/145/head
alxmcp
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/issues.yml
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
name: "Close Stale Issues" |
|
|
|
on: |
|
|
|
schedule: |
|
|
|
- cron: "0 0 * * 3" |
|
|
|
- cron: "0 0 * * 0" |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
jobs: |
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
<br><br> |
|
|
|
Спасибо! |
|
|
|
close-issue-message: "Issue был закрыт из-за отсутствия активности." |
|
|
|
days-before-stale: 120 |
|
|
|
days-before-stale: 30 |
|
|
|
days-before-close: 7 |
|
|
|
operations-per-run: 1000 |
|
|
|
ascending: true |
|
|
|
|