Skip to content

๐Ÿฅบ No Response #1706

๐Ÿฅบ No Response

๐Ÿฅบ No Response #1706

Workflow file for this run

# Literally copy from https://github.com/remix-run/remix/blob/889893e9482dcd3edc936e88204a6c3314c45c78/.github/workflows/no-response.yml
# Thank you, remix-run/remix
name: ๐Ÿฅบ No Response
on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 5 * * *'
jobs:
noResponse:
if: github.repository == 'nvh95/jest-preview'
runs-on: ubuntu-latest
steps:
- name: ๐Ÿฅบ Handle Ghosting
uses: lee-dohm/[email protected]
with:
closeComment: >
This issue has been automatically closed because we haven't received a
response from the original author ๐Ÿ™ˆ. This automation helps keep the issue
tracker clean from issues that are unactionable. Please reach out if you
have more information for us! ๐Ÿ’ช
daysUntilClose: 10
responseRequiredLabel: needs-response
token: ${{ github.token }}