-
-
Notifications
You must be signed in to change notification settings - Fork 76
28 lines (25 loc) · 973 Bytes
/
no-response.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
# Literally copy from https://github.com/remix-run/remix/blob/889893e9482dcd3edc936e88204a6c3314c45c78/.github/workflows/no-response.yml
# Thank you, remix-run/remix
name: 🥺 No Response
on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 5 * * *'
jobs:
noResponse:
if: github.repository == 'nvh95/jest-preview'
runs-on: ubuntu-latest
steps:
- name: 🥺 Handle Ghosting
uses: lee-dohm/no-response@v0.5.0
with:
closeComment: >
This issue has been automatically closed because we haven't received a
response from the original author 🙈. This automation helps keep the issue
tracker clean from issues that are unactionable. Please reach out if you
have more information for us! 💪
daysUntilClose: 10
responseRequiredLabel: needs-response
token: ${{ github.token }}