Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically remove "awaiting response" label on-comment #1129

Merged
merged 1 commit into from
Mar 15, 2022
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/no-response@v0.5.0
with:
closeComment: >
mitchhentges marked this conversation as resolved.
Show resolved Hide resolved
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 }}