Skip to content

Commit 90e7d28

Browse files
Merge pull request #749 from nextcloud/maintenance/stale-bot-texts
Update the stale workflow
2 parents a227349 + 3ca9c7a commit 90e7d28

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/stale.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
name: Close stale issues
1616
with:
1717
days-before-stale: 45
18-
stale-issue-message: <
18+
stale-issue-message: >-
1919
This issue was not updated for 45 days.
2020
It is therefore marked as stale.
2121
When no update occurs within the next 7 days, this issue will be closed automatically in the next 7 days.
22-
stale-pr-message: <
22+
stale-pr-message: >-
2323
This pull request was not updated for 45 days.
2424
It is therefore marked as stale.
2525
When no update occurs within the next 7 days, this pull request will be closed automatically in the next 7 days.
26-
close-issue-message: <
26+
close-issue-message: >-
2727
This issue was not updated since it was marked as stale.
2828
It will be closed now.
29-
close-pr-message: <
29+
close-pr-message: >-
3030
This pull request was not updated since it was marked as stale.
3131
It will be closed now.
3232
stale-issue-label: 'stale'

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
[#725](https://github.com./nextcloud/cookbook/pull/725) @christianlupus
4444
- Fix recipe-editor layout as in #729
4545
[#725](https://github.com./nextcloud/cookbook/pull/732) @seyfeb
46+
- Corrected style of stale bot messages
47+
[#749](https://github.com./nextcloud/cookbook/pull/749) @christianlupus
4648

4749

4850
## 0.8.4 - 2021-03-08

0 commit comments

Comments
 (0)