ci(stale): improve formatting of stale message · python-gitlab/python-gitlab@0ef20d1

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