|
22 | 22 | days-before-pr-stale: -1
|
23 | 23 | remove-issue-stale-when-updated: true
|
24 | 24 | stale-issue-label: 'stale'
|
| 25 | + labels-to-add-when-unstale: 'not stale' |
25 | 26 | stale-issue-message: 'This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.'
|
26 | 27 | close-issue-message: 'This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding!'
|
27 | 28 | operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
|
|
36 | 37 | days-before-issue-stale: 1
|
37 | 38 | days-before-pr-close: -1
|
38 | 39 | days-before-pr-stale: -1
|
| 40 | + remove-issue-stale-when-updated: true |
| 41 | + stale-issue-label: 'stale' |
| 42 | + labels-to-add-when-unstale: 'not stale' |
39 | 43 | operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
|
40 | 44 | - uses: actions/stale@v9
|
41 | 45 | id: stale-simple-repro
|
|
48 | 52 | days-before-issue-stale: 1
|
49 | 53 | days-before-pr-close: -1
|
50 | 54 | days-before-pr-stale: -1
|
| 55 | + remove-issue-stale-when-updated: true |
| 56 | + stale-issue-label: 'stale' |
| 57 | + labels-to-add-when-unstale: 'not stale' |
51 | 58 | operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
|
52 | 59 | - uses: actions/stale@v9
|
53 | 60 | id: stale-no-canary
|
|
60 | 67 | days-before-issue-stale: 1
|
61 | 68 | days-before-pr-close: -1
|
62 | 69 | days-before-pr-stale: -1
|
| 70 | + remove-issue-stale-when-updated: true |
| 71 | + stale-issue-label: 'stale' |
| 72 | + labels-to-add-when-unstale: 'not stale' |
63 | 73 | operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
|
0 commit comments