File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
with :
15
15
days-before-stale : 30
16
16
days-before-close : 7
17
- stale-issue-message : >
17
+ stale-issue-message : |
18
18
This issue has not had any activity in the past 30 days, so the
19
19
`stale` label has been added to it.
20
20
21
21
* The `stale` label will be removed if there is new activity
22
- * The issue will be closed in 2 days if there is no new activity
22
+ * The issue will be closed in 7 days if there is no new activity
23
23
* Add the `keepalive` label to exempt this issue from the stale check action
24
24
25
25
Thank you for your contributions!
26
- stale-pr-message : >
26
+ stale-pr-message : |
27
27
This PR has been automatically marked as stale because it has not
28
28
had any activity in the past 30 days.
29
29
You can’t perform that action at this time.
0 commit comments