Skip to content
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
33 changes: 33 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

name: Stale bot
on:
schedule:
- cron: '0 3 * * *'

jobs:
stale:
runs-on: ubuntu-latest
name: Run stale action

steps:

- uses: actions/stale@v3.0.18
name: Close stale issues
with:
days_before_stale: 45
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: <
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: <
This issue was not updated since it was marked as stale.
It will be closed now.
close-pr-message: <
This pull request was not updated since it was marked as stale.
It will be closed now.
stale-issue-label: 'stale'
only-labels: 'stalebot-enabled'
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
[#698](https://github.com/nextcloud/cookbook/pull/698) @christianlupus
- Codebase maintenance
[#699](https://github.com/nextcloud/cookbook/pull/699) @christianlupus
- Enable stalebot
[#700](https://github.com/nextcloud/cookbook/pull/700) @christianlupus

## 0.8.4 - 2021-03-08

Expand Down