|
3 | 3 | name: "Stale issues and pull requests"
|
4 | 4 | on:
|
5 | 5 | schedule:
|
6 |
| - - cron: "0 0 * * *" |
| 6 | + - cron: "0 0 * * *" |
7 | 7 |
|
8 | 8 | jobs:
|
9 | 9 | stale:
|
10 | 10 | runs-on: ubuntu-latest
|
11 | 11 | steps:
|
12 |
| - - uses: actions/stale@v1 |
13 |
| - with: |
14 |
| - repo-token: ${{ secrets.GITHUB_TOKEN }} |
15 |
| - stale-issue-message: >- |
16 |
| - Thanks for your contribution! |
| 12 | + - uses: actions/stale@v4 |
| 13 | + with: |
| 14 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 15 | + stale-issue-message: >- |
| 16 | + Thanks for your contribution! |
17 | 17 |
|
18 | 18 |
|
19 |
| - This issue has been automatically marked as stale because it has not had |
20 |
| - activity in the last 30 days. Note that the issue will not be automatically |
21 |
| - closed, but this notification will remind us to investigate why there's |
22 |
| - been inactivity. Thank you for participating in the Datadog open source community. |
| 19 | + This issue has been automatically marked as stale because it has not had |
| 20 | + activity in the last 30 days. Note that the issue will not be automatically |
| 21 | + closed, but this notification will remind us to investigate why there's |
| 22 | + been inactivity. Thank you for participating in the Datadog open source community. |
23 | 23 |
|
24 | 24 |
|
25 |
| - If you would like this issue to remain open: |
| 25 | + If you would like this issue to remain open: |
26 | 26 |
|
27 |
| - 1. Verify that you can still reproduce the issue in the latest version of this project. |
| 27 | + 1. Verify that you can still reproduce the issue in the latest version of this project. |
28 | 28 |
|
29 |
| - 1. Comment that the issue is still reproducible and include updated details requested in the issue template. |
30 |
| - days-before-stale: 30 |
31 |
| - days-before-close: 99999 |
32 |
| - stale-issue-label: 'stale' |
33 |
| - exempt-issue-label: 'stale/exempt' |
34 |
| - stale-pr-message: >- |
35 |
| - This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
| 29 | + 1. Comment that the issue is still reproducible and include updated details requested in the issue template. |
| 30 | + days-before-stale: 30 |
| 31 | + days-before-close: 99999 |
| 32 | + stale-issue-label: "stale" |
| 33 | + exempt-issue-label: "stale/exempt" |
| 34 | + stale-pr-message: >- |
| 35 | + This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
36 | 36 |
|
37 |
| - Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. |
38 |
| - stale-pr-label: 'stale' |
39 |
| - exempt-pr-label: 'stale/exempt' |
| 37 | + Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. |
| 38 | + stale-pr-label: "stale" |
| 39 | + exempt-pr-label: "stale/exempt" |
0 commit comments