forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (25 loc) · 954 Bytes
/
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
name: stale
on:
schedule:
- cron: '0 8 * * *'
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e #v9.0.0
with:
any-of-issue-labels:
"status: waiting for author's response 💬,status: needs more info 🤷♀️"
only-pr-labels: ''
stale-issue-message: |
This issue has been marked as stale because it has required additional
info or a response from the author for over 7 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 7 days.
close-issue-message: |
This issue has been closed because it has received no activity for
14 days.
stale-issue-label: 'status: stale 🍞'
days-before-stale: 7
days-before-close: 7
debug-only: true