@@ -22,7 +22,7 @@ jobs:
|
22 | 22 | |
23 | 23 | # If an issue/PR has an assignee it won't be marked as stale |
24 | 24 | exempt-all-assignees: true |
25 | | -stale-issue-message: > |
| 25 | +stale-issue-message: | |
26 | 26 | This issue was marked stale because it has been open 60 days with |
27 | 27 | no activity. Please remove the stale label or comment on this |
28 | 28 | issue. Otherwise, it will be closed in 15 days. |
@@ -43,9 +43,12 @@ jobs:
|
43 | 43 | We value your input. If you can help provide a fix, we'd be happy |
44 | 44 | to keep this issue open and support your efforts. |
45 | 45 | |
| 46 | + This is documented in CONTRIBUTING.rst |
| 47 | + https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst |
| 48 | + |
46 | 49 | days-before-issue-stale: 60 |
47 | 50 | days-before-issue-close: 15 |
48 | | -close-issue-message: > |
| 51 | +close-issue-message: | |
49 | 52 | This issue was closed because it has been marked stale for 15 days |
50 | 53 | with no activity. |
51 | 54 | |
@@ -70,6 +73,7 @@ jobs:
|
70 | 73 | contributions. |
71 | 74 | |
72 | 75 | This is documented in CONTRIBUTING.rst |
| 76 | + https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst |
73 | 77 | |
74 | 78 | stale-pr-message: > |
75 | 79 | This Pull Request (PR) was marked stale because it has been open 90 days |
|