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
Copy file name to clipboardExpand all lines: .github/workflows/manage-stale-issues-and-prs.yml
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,17 @@ jobs:
12
12
uses: actions/stale@v9
13
13
id: stale
14
14
with:
15
-
stale-issue-message: 'This issue will be closed in a few days if no response is received. Please provide an update with the requested information.'
16
-
stale-pr-message: 'This pull request will be closed in a few days if no response is received. Please update or comment if you would like to continue working on it.'
17
-
close-issue-message: 'This issue has been closed due to inactivity. Reason: stale'
18
-
close-pr-message: 'This pull request has been closed due to inactivity. Reason: stale'
19
-
days-before-stale: 10
20
-
days-before-close: 4
15
+
stale-issue-message: 'This issue will be automatically closed in a few days if no response is received. Please provide an update with the requested information.'
16
+
stale-pr-message: 'This pull request will be automatically closed in a few days if no response is received. Please update your PR or comment if you would like to continue working on it.'
17
+
close-issue-message: 'This issue has been automatically closed due to inactivity.'
18
+
close-pr-message: 'This pull request has been automatically closed due to inactivity.'
19
+
days-before-stale: 14
20
+
days-before-close: 7
21
21
stale-issue-label: '⏱︎ Stale'
22
22
stale-pr-label: '⏱︎ Stale'
23
23
only-labels: '💤 Waiting for feedback'
24
24
remove-stale-when-updated: true
25
-
remove-issue-stale-when-updated: true
26
-
remove-pr-stale-when-updated: true
27
25
operations-per-run: 100
28
-
delete-branch: true
29
-
ignore-updates: false
30
26
labels-to-remove-when-unstale: '⏱︎ Stale, 💤 Waiting for feedback'
0 commit comments