Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a1f512

Browse files
ci(stale): improve formatting of stale message
Have it maintain the formatting of the message with the line breaks.
1 parent ba6f174 commit 3a1f512

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# If an issue/PR has an assignee it won't be marked as stale
2424
exempt-all-assignees: true
25-
stale-issue-message: >
25+
stale-issue-message: |
2626
This issue was marked stale because it has been open 60 days with
2727
no activity. Please remove the stale label or comment on this
2828
issue. Otherwise, it will be closed in 15 days.
@@ -43,9 +43,12 @@ jobs:
4343
We value your input. If you can help provide a fix, we'd be happy
4444
to keep this issue open and support your efforts.
4545
46+
This is documented in CONTRIBUTING.rst
47+
https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst
48+
4649
days-before-issue-stale: 60
4750
days-before-issue-close: 15
48-
close-issue-message: >
51+
close-issue-message: |
4952
This issue was closed because it has been marked stale for 15 days
5053
with no activity.
5154
@@ -70,6 +73,7 @@ jobs:
7073
contributions.
7174
7275
This is documented in CONTRIBUTING.rst
76+
https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst
7377
7478
stale-pr-message: >
7579
This Pull Request (PR) was marked stale because it has been open 90 days

0 commit comments

Comments
 (0)