Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the stale workflow #749

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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