From bf9e0eb217c342d32b6d117b885fa96c8ded45d8 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 29 Jun 2021 17:20:20 +0200 Subject: [PATCH 1/2] Update the stale workflow Signed-off-by: Christian Wolf --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0c8a1a31..fa791bee 100644 --- a/.github/workflows/stale.yml +++ b/.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' From 3ca9c7ad287c8b548eadad733723804ee9a54b4d Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 29 Jun 2021 17:22:29 +0200 Subject: [PATCH 2/2] Update changelog Signed-off-by: Christian Wolf --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6864c934..c1c2d4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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