Skip to content

Commit 50150c5

Browse files
authored
Merge pull request #972 from skl/skl/stale-message-update
fix: stale action linebreaks and wording update
2 parents dec4212 + 8ab7618 commit 50150c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
with:
1515
days-before-stale: 30
1616
days-before-close: 7
17-
stale-issue-message: >
17+
stale-issue-message: |
1818
This issue has not had any activity in the past 30 days, so the
1919
`stale` label has been added to it.
2020
2121
* 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
2323
* Add the `keepalive` label to exempt this issue from the stale check action
2424
2525
Thank you for your contributions!
26-
stale-pr-message: >
26+
stale-pr-message: |
2727
This PR has been automatically marked as stale because it has not
2828
had any activity in the past 30 days.
2929

0 commit comments

Comments
 (0)