We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7bf68 commit 443b124Copy full SHA for 443b124
.github/workflows/awaiting-response.yml
@@ -0,0 +1,19 @@
1
+name: awaiting response
2
+on:
3
+ issue_comment:
4
+ types: [created]
5
+ schedule:
6
+ - cron: '5 * * * *'
7
+jobs:
8
+ noResponse:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: lee-dohm/[email protected]
12
+ with:
13
+ closeComment: >
14
+ This issue has been automatically closed because it has been blocked for too
15
+ long on a response that wasn't provided. Of course, if the needed response
16
+ is provided later, re-open this ticket so that we can progress it further. :)
17
+ responseRequiredLabel: awaiting response
18
+ responseRequiredColor: d4c5f9
19
+ token: ${{ github.token }}
0 commit comments