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/close-stale-issues.yml
+14
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,17 @@ jobs:
19
19
days-before-close: 0
20
20
close-issue-reason: completed
21
21
close-issue-message: "This issue has been marked as resolved and has not had any activity for **1 day**. It has been closed for housekeeping purposes."
22
+
stale-feedback-issues:
23
+
runs-on: ubuntu-latest
24
+
steps:
25
+
- uses: actions/stale@v8
26
+
name: Close issues labeled as needs feedback after 1 week of inactivity
close-issue-message: "This issue has been marked as needing feedback and has not had any activity for **1 daweekys**. It has been closed for housekeeping purposes."
0 commit comments