Skip to content

Commit

Permalink
Merge pull request #749 from nextcloud/maintenance/stale-bot-texts
Browse files Browse the repository at this point in the history
Update the stale workflow
  • Loading branch information
christianlupus committed Jun 29, 2021
2 parents a227349 + 3ca9c7a commit 90e7d28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90e7d28

Please sign in to comment.