Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/awaiting-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: awaiting response
on:
issue_comment:
types: [created]
schedule:
- cron: '5 * * * *'
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
closeComment: >
This issue has been automatically closed because it has been blocked for too
long on a response that wasn't provided. Of course, if the needed response
is provided later, re-open this ticket so that we can progress it further. :)
responseRequiredLabel: awaiting response
responseRequiredColor: d4c5f9
token: ${{ github.token }}