| 55 | stale-issue-message: > | 61 | stale-issue-message: > |
| 56 | Hi! Looks like additional info is required for this issue to be addressed. | 62 | Hi! Looks like additional info is required for this issue to be addressed. |
| 57 | Don't forget to provide this within the next few days to keep your ticket open. | 63 | Don't forget to provide this within the next few days to keep your ticket open. |
| 58 | close-issue-message: 'Issue closed due to no response from user.' | 64 | close-issue-message: > |
| | 65 | Issue closed due to no response from user. |
| 59 | only-labels: 'π Awaiting User Response' | 66 | only-labels: 'π Awaiting User Response' |
| 60 | labels-to-remove-when-unstale: 'π Awaiting User Response' | 67 | labels-to-remove-when-unstale: 'π Awaiting User Response' |
| 61 | stale-issue-label: 'π No Response' | 68 | stale-issue-label: 'π No Response' |
| 62 | close-issue-label: 'πΈοΈ Inactive' | 69 | close-issue-label: 'πΈοΈ Inactive' |
| | 70 | exempt-issue-labels: 'π Keep Open,π§ Alternative Exists' |
| | 71 | |
| | 72 | alternative-exists: |
| | 73 | name: Mark Issues with Alternative Exists |
| | 74 | runs-on: ubuntu-latest |
| | 75 | needs: await-user-response |
| | 76 | |
| | 77 | steps: |
| | 78 | - name: Mark Issues with Alternative Exists |
| | 79 | # Close Stale Issues and PRs |
| | 80 | # https://github.com/marketplace/actions/close-stale-issues |
| | 81 | uses: actions/stale@v9 |
| | 82 | with: |
| | 83 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| | 84 | days-before-stale: 7 |
| | 85 | days-before-close: 7 |
| | 86 | operations-per-run: 30 |
| | 87 | remove-stale-when-updated: true |
| | 88 | stale-issue-message: > |
| | 89 | This issue was marked as having an alternative solution available. Did this help you out, and this issue can be closed? |
| | 90 | Please confirm by commenting to keep it open, otherwise it will be closed in 7 days. |
| | 91 | close-issue-message: > |
| | 92 | Issue closed automatically due to no confirmation regarding the alternative solution. |
| | 93 | only-labels: 'π§ Alternative Exists' |
| | 94 | stale-issue-label: 'π Awaiting User Response' |
| | 95 | close-issue-label: 'πΈοΈ Inactive' |
| 63 | exempt-issue-labels: 'π Keep Open' | 96 | exempt-issue-labels: 'π Keep Open' |
| | 97 | labels-to-add-when-unstale: 'π Keep Open' |