We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ccfd commit 9079b13Copy full SHA for 9079b13
1 file changed
.github/workflows/no-response.yaml
@@ -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