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
parent
commit
e09d9d15dd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/issues.yml

4
.github/workflows/issues.yml

@ -1,7 +1,7 @@
name: "Close Stale Issues" name: "Close Stale Issues"
on: on:
schedule: schedule:
- cron: "0 0 * * 3" - cron: "0 0 * * 0"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -20,7 +20,7 @@ jobs:
<br><br> <br><br>
Спасибо! Спасибо!
close-issue-message: "Issue был закрыт из-за отсутствия активности." close-issue-message: "Issue был закрыт из-за отсутствия активности."
days-before-stale: 120 days-before-stale: 30
days-before-close: 7 days-before-close: 7
operations-per-run: 1000 operations-per-run: 1000
ascending: true ascending: true

Loading…
Cancel
Save