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-issue.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ jobs:
14
14
steps:
15
15
- uses: actions/stale@v5
16
16
with:
17
-
days-before-issue-stale: 30
18
-
days-before-issue-close: 14
19
-
stale-issue-label: "stale"
17
+
days-before-issue-stale: 14
18
+
days-before-issue-close: 0
19
+
stale-issue-label: "no-activity"
20
+
close-issue-message: "This issue was closed because it has been inactive for 14 days."
20
21
exempt-issue-labels: "bug,enhancement,keep"
21
-
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
22
-
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
23
22
days-before-pr-stale: -1
24
23
days-before-pr-close: 14
25
-
stale-pr-label: "stale"
24
+
stale-pr-label: "no-activity"
25
+
close-pr-message: "This pull request was closed because it has been inactive for 14 days. Please reopen if you still intend to submit this pull request."
0 commit comments