-
Notifications
You must be signed in to change notification settings - Fork 92
35 lines (31 loc) · 1.31 KB
/
stale.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Stale bot
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
name: Run stale action
steps:
- uses: actions/stale@v9
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'
# debug-only: true