You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
32
-
If we missed this issue please reply to keep it active.
32
+
This issue has been automatically marked as stale because more information has not been provided within 7 days.
33
+
It will be closed in 21 days if no information is provided.
34
+
If information has been provided, please reply to keep it active.
33
35
Thanks for being a part of the Nx community! 🙏
34
36
37
+
# This handles PRs that need to be rebased
35
38
- name: stale-needs-rebase
36
39
id: stale-needs-rebase
37
-
uses: actions/stale@v3.0.13
40
+
uses: actions/stale@v9.0.0
38
41
with:
39
42
repo-token: ${{ secrets.GITHUB_TOKEN }}
40
-
days-before-stale: 14
41
-
days-before-close: 14
43
+
days-before-stale: 7
44
+
days-before-close: 21
42
45
stale-issue-label: "stale"
43
46
operations-per-run: 300
44
47
remove-stale-when-updated: true
45
48
only-labels: "blocked: needs rebased"
46
49
stale-issue-message: |
47
-
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
48
-
If we missed this issue please reply to keep it active.
50
+
This PR has been automatically marked as stale because it has not been rebased in 7 days.
51
+
It will be closed in 21 days if it is not rebased.
52
+
If the PR has been rebased or you are working on rebasing it, please reply to keep it active.
53
+
If you do not have time, please let us know and we can rebase it.
49
54
Thanks for being a part of the Nx community! 🙏
50
55
56
+
# This handles issues that do not have a repro
51
57
- name: stale-repro-needed
52
58
id: stale-repro-needed
53
-
uses: actions/stale@v3.0.13
59
+
uses: actions/stale@v9.0.0
54
60
with:
55
61
repo-token: ${{ secrets.GITHUB_TOKEN }}
56
-
days-before-stale: 14
57
-
days-before-close: 14
62
+
days-before-stale: 7
63
+
days-before-close: 21
58
64
stale-issue-label: "stale"
59
65
operations-per-run: 300
60
66
remove-stale-when-updated: true
61
67
only-labels: "blocked: repro needed"
62
68
stale-issue-message: |
63
-
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
64
-
If we missed this issue please reply to keep it active.
69
+
This issue has been automatically marked as stale because no reproduction was provided within 7 days.
70
+
Please help us help you. Providing a repository exhibiting the issue helps us diagnose and fix the issue.
71
+
Any time that we spend reproducing this issue is time taken away from addressing this issue and other issues.
72
+
This issue will be closed in 21 days if a reproduction is not provided.
73
+
If a reproduction has been provided, please reply to keep it active.
65
74
Thanks for being a part of the Nx community! 🙏
66
75
67
76
- name: stale-retry-with-latest
68
77
id: stale-retry-with-latest
69
-
uses: actions/stale@v3.0.13
78
+
uses: actions/stale@v9.0.0
70
79
with:
71
80
repo-token: ${{ secrets.GITHUB_TOKEN }}
72
-
days-before-stale: 14
73
-
days-before-close: 14
81
+
days-before-stale: 7
82
+
days-before-close: 21
74
83
stale-issue-label: "stale"
75
84
operations-per-run: 300
76
85
remove-stale-when-updated: true
77
86
only-labels: "blocked: retry with latest"
78
87
stale-issue-message: |
79
-
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
80
-
If we missed this issue please reply to keep it active.
88
+
This issue has been automatically marked as stale because no results of retrying on the latest version of Nx was provided within 7 days.
89
+
It will be closed in 21 days if no results are provided.
90
+
If the issue is still present, please reply to keep it active.
91
+
If the issue was not present, please close this issue.
81
92
Thanks for being a part of the Nx community! 🙏
82
93
83
94
95
+
# This handles issues are really old and were made with a previous major
84
96
- name: stale-bug
85
97
id: stale-bug
86
-
uses: actions/stale@v3.0.13
98
+
uses: actions/stale@v9.0.0
87
99
with:
88
100
repo-token: ${{ secrets.GITHUB_TOKEN }}
89
101
days-before-stale: 180
90
-
days-before-close: 14
102
+
days-before-close: 21
91
103
stale-issue-label: "stale"
92
104
operations-per-run: 300
93
105
remove-stale-when-updated: true
94
-
only-labels: "type: bug"
95
106
stale-issue-message: |
96
-
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
97
-
If we missed this issue please reply to keep it active.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
113
-
If we missed this issue please reply to keep it active.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
129
-
If we missed this issue please reply to keep it active.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
145
-
If we missed this issue please reply to keep it active.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
161
-
If we missed this issue please reply to keep it active.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
177
-
If we missed this issue please reply to keep it active.
107
+
This issue has been automatically marked as stale because it hasn't had any activity for 6 months.
108
+
Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore.
109
+
If at this point, this is still an issue, please respond with updated information.
110
+
It will be closed in 21 days if no further activity occurs.
0 commit comments