forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (26 loc) · 873 Bytes
/
issue-close-require.yml
File metadata and controls
29 lines (26 loc) · 873 Bytes
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
name: Close Issue Awaiting Reply
on:
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
issue-close-require:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
steps:
- name: awaiting reply
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
with:
only-issue-labels: 'awaiting-reply'
days-before-stale: 14
days-before-close: 0
days-before-pr-stale: -1
days-before-pr-close: -1
stale-issue-message: ''
close-issue-message: |
As the issue was labeled with `awaiting-reply`, but there has been no response in 14 days, this issue will be closed. If you have any questions, you can comment/reply.
close-issue-reason: not_planned