Close stale issues and PRs #392
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT. | |
| # | |
| # Generated on 2026-07-06T09:25:33Z by kres 14a38a3. | |
| 'on': | |
| schedule: | |
| - cron: 30 1 * * * | |
| name: Close stale issues and PRs | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| stale: | |
| runs-on: | |
| - ubuntu-latest | |
| steps: | |
| - name: Close stale issues and PRs | |
| uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # version: v10.3.0 | |
| with: | |
| close-issue-message: This issue was closed because it has been stalled for | |
| 7 days with no activity. | |
| days-before-issue-close: "5" | |
| days-before-issue-stale: "180" | |
| days-before-pr-close: "-1" | |
| days-before-pr-stale: "45" | |
| operations-per-run: "2000" | |
| stale-issue-message: This issue is stale because it has been open 180 days | |
| with no activity. Remove stale label or comment or this will be closed | |
| in 7 days. | |
| stale-pr-message: This PR is stale because it has been open 45 days with | |
| no activity. |