Skip to content

Commit

Permalink
Migrate from probot/no-response to lee-dohm/no-response
Browse files Browse the repository at this point in the history
probot/no-response has been retired and no longer runs
  • Loading branch information
native-api committed May 22, 2022
1 parent 70b2363 commit e16b7ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: No Response

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Schedule for ten minutes after the hour, every hour
- cron: '10 * * * *'

jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}
daysUntilClose: 30
responseRequiredLabel: need-feedback
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.

0 comments on commit e16b7ad

Please sign in to comment.