|
1 | | -name: "Stale issues and pull requests" |
| 1 | +name: 'Stale issues and pull requests' |
2 | 2 |
|
3 | 3 | permissions: |
4 | 4 | issues: write |
5 | 5 | pull-requests: write |
6 | 6 |
|
7 | 7 | on: |
8 | 8 | schedule: |
9 | | - - cron: "10 3 * * *" |
| 9 | + - cron: '10 3 * * *' |
10 | 10 |
|
11 | 11 | jobs: |
12 | 12 | stale: |
13 | 13 | runs-on: ubuntu-latest |
14 | 14 | steps: |
15 | | - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 |
16 | | - with: |
17 | | - only-labels: 'waiting-response' |
| 15 | + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 |
| 16 | + with: |
| 17 | + only-labels: 'waiting-response' |
18 | 18 |
|
19 | | - days-before-stale: 30 |
20 | | - stale-issue-label: 'stale' |
21 | | - stale-issue-message: | |
22 | | - Marking this issue as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label. |
| 19 | + days-before-stale: 30 |
| 20 | + stale-issue-label: 'stale' |
| 21 | + stale-issue-message: | |
| 22 | + Marking this issue as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label. |
23 | 23 |
|
24 | | - Thank you for understanding. |
25 | | - stale-pr-label: 'stale' |
26 | | - stale-pr-message: | |
27 | | - Marking this pull request as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label. |
| 24 | + Thank you for understanding. |
| 25 | + stale-pr-label: 'stale' |
| 26 | + stale-pr-message: | |
| 27 | + Marking this pull request as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label. |
28 | 28 |
|
29 | | - Thank you for understanding. |
| 29 | + Thank you for understanding. |
30 | 30 |
|
31 | | - days-before-close: 30 |
32 | | - close-issue-message: | |
33 | | - Closing this issue due to its staleness. |
| 31 | + days-before-close: 30 |
| 32 | + close-issue-message: | |
| 33 | + Closing this issue due to its staleness. |
34 | 34 |
|
35 | | - If the issue was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context. |
| 35 | + If the issue was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context. |
36 | 36 |
|
37 | | - Thank you! |
38 | | - close-pr-message: | |
39 | | - Closing this pull request due to its staleness. |
| 37 | + Thank you! |
| 38 | + close-pr-message: | |
| 39 | + Closing this pull request due to its staleness. |
40 | 40 |
|
41 | | - If the pull request was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context. |
| 41 | + If the pull request was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context. |
42 | 42 |
|
43 | | - Thank you! |
| 43 | + Thank you! |
0 commit comments