No Response #231
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: No Response | |
# When a comment is created and every day at 08:10 | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
- cron: '10 8 * * *' | |
jobs: | |
noResponse: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lee-dohm/[email protected] | |
with: | |
token: ${{ github.token }} | |
daysUntilClose: 21 | |
responseRequiredLabel: more-info-needed | |
closeComment: > | |
This issue has been automatically closed due to a lack of response. | |
If your problem persists please open a new issue including any additional detail | |
requested from this issue. |