Skip to content

Commit 9079b13

Browse files
authored
Add No Response workflow
1 parent fe9ccfd commit 9079b13

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/no-response.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: No Response
2+
3+
on:
4+
issue_comment:
5+
types: created
6+
7+
schedule:
8+
# Schedule for five minutes after the hour every hour
9+
- cron: '5 * * * *'
10+
11+
jobs:
12+
noResponse:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: lee-dohm/no-response@v0.5.0
16+
with:
17+
token: ${{ github.token }}
18+
closeComment: >
19+
This issue has been automatically closed because there has been no response
20+
to our request for more information from the original author. With only the
21+
information that is currently in the issue, we don't have enough information
22+
to take action. Please reach out if you have or find the answers we need so
23+
that we can investigate further.

0 commit comments

Comments
 (0)