Merge pull request #749 from nextcloud/maintenance/stale-bot-texts

Update the stale workflow
This commit is contained in:
Christian 2021-06-29 17:49:46 +02:00 коммит произвёл GitHub
Родитель a227349ff2 3ca9c7ad28
Коммит 90e7d28a15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 4 удалений

8
.github/workflows/stale.yml поставляемый
Просмотреть файл

@ -15,18 +15,18 @@ jobs:
name: Close stale issues
with:
days-before-stale: 45
stale-issue-message: <
stale-issue-message: >-
This issue was not updated for 45 days.
It is therefore marked as stale.
When no update occurs within the next 7 days, this issue will be closed automatically in the next 7 days.
stale-pr-message: <
stale-pr-message: >-
This pull request was not updated for 45 days.
It is therefore marked as stale.
When no update occurs within the next 7 days, this pull request will be closed automatically in the next 7 days.
close-issue-message: <
close-issue-message: >-
This issue was not updated since it was marked as stale.
It will be closed now.
close-pr-message: <
close-pr-message: >-
This pull request was not updated since it was marked as stale.
It will be closed now.
stale-issue-label: 'stale'

Просмотреть файл

@ -43,6 +43,8 @@
[#725](https://github.com/nextcloud/cookbook/pull/725) @christianlupus
- Fix recipe-editor layout as in #729
[#725](https://github.com/nextcloud/cookbook/pull/732) @seyfeb
- Corrected style of stale bot messages
[#749](https://github.com/nextcloud/cookbook/pull/749) @christianlupus
## 0.8.4 - 2021-03-08