| 16 | 16 | uses: actions/stale@v4 |
| 17 | 17 | with: |
| 18 | 18 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 19 | 19 | days-before-stale: 360183 |
| 20 | 20 | days-before-close: 57 |
| 21 | 21 | operations-per-run: 30 |
| 22 | 22 | remove-stale-when-updated: true |
| 23 | 23 | enable-statistics: true |
| 24 | 24 | stale-issue-message: > |
| 25 | 25 | This issue has gone 36 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. |
| 26 | 26 | Otherwise it will be closed in 5 working7 days. |
| 27 | 27 | stale-pr-message: > |
| 28 | 28 | This PR is stale because it has been open 6 weeksmonths with no activity. Either remove the stale label or comment below with a short update, |
| 29 | 29 | otherwise this PR will be closed in 57 days. |
| 30 | 30 | close-issue-message: > |
| 31 | 31 | This issue was automatically closed because it has been stalled for over 16 yearmonths with no activity. |
| 32 | 32 | close-pr-message: > |
| 33 | 33 | This pull request was automatically closed because it has been stalled for over 16 yearmonths with no activity. |
| 34 | 34 | stale-issue-label: '⚰️ Stale' |
| 35 | 35 | close-issue-label: '🕸️ Inactive' |
| 36 | 36 | stale-pr-label: '⚰️ Stale' |