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
stale-issue-message: "We have noticed this issue has not been updated within 21 days. If there is no action on this issue in the next 14 days, we will automatically close it. You can use `/stale-extend` to extend the window."
37
40
stale-pr-message: "We have noticed this PR has not been updated within 21 days. If there is no action on this PR in the next 14 days, we will automatically close it. You can use `/stale-extend` to extend the window."
@@ -44,25 +47,33 @@ jobs:
44
47
name: Question and Resolved issue stale bot
45
48
with:
46
49
repo-token: ${{ secrets.GITHUB_TOKEN }}
47
-
days-before-stale: 5
48
-
days-before-close: 2
50
+
days-before-stale: 10
51
+
days-before-close: 7
49
52
enable-statistics: true
50
-
only-issue-labels: "Question,Resolved"
53
+
any-of-issue-labels: "Question,Resolved"
54
+
exempt-all-assignees: true
55
+
exempt-all-milestones: true
51
56
remove-stale-when-updated: true
52
-
stale-issue-message: "We have noticed this issue has been resolved for 5 days. If there is no action on this issue in the next 2 days, we will automatically close it. You can use `/stale-extend` to extend the window."
57
+
stale-issue-message: "We have noticed this issue has been marked as Question or Resolved and has not been updated within 10 days. If there is no action on this issue in the next 7 days, we will automatically close it. You can use `/stale-extend` to extend the window."
58
+
close-issue-message: "This issue has remained stale after being marked as Question or Resolved and has been automatically closed."
53
59
stale-issue-label: "stale"
54
60
55
61
- uses: actions/stale@v10
56
62
name: Awaiting response issue and PR stale bot
57
63
with:
58
64
repo-token: ${{ secrets.GITHUB_TOKEN }}
59
-
days-before-stale: 7
60
-
days-before-close: 3
65
+
days-before-stale: 10
66
+
days-before-close: 7
61
67
enable-statistics: true
62
68
only-issue-labels: "awaiting-response"
63
69
only-pr-labels: "awaiting-response"
70
+
exempt-draft-pr: true
71
+
exempt-all-assignees: true
72
+
exempt-all-milestones: true
64
73
remove-stale-when-updated: true
65
-
stale-issue-message: "We have noticed this issue has been awaiting response for 7 days. If there is no action on this issue in the next 3 days, we will automatically close it. You can use `/stale-extend` to extend the window."
66
-
stale-pr-message: "We have noticed this PR has been awaiting response for 7 days. If there is no action on this PR in the next 3 days, we will automatically close it. You can use `/stale-extend` to extend the window."
74
+
stale-issue-message: "We have noticed this issue has been awaiting response for 10 days. If there is no action on this issue in the next 7 days, we will automatically close it. You can use `/stale-extend` to extend the window."
75
+
stale-pr-message: "We have noticed this PR has been awaiting response for 10 days. If there is no action on this PR in the next 7 days, we will automatically close it. You can use `/stale-extend` to extend the window."
76
+
close-issue-message: "This issue has remained in awaiting response state and has been automatically closed."
77
+
close-pr-message: "This PR has remained in awaiting response state and has been automatically closed."
0 commit comments