Skip to content

馃ズ No Response #14122

馃ズ No Response

馃ズ No Response #14122

Workflow file for this run

name: 馃ズ No Response
on:
schedule:
# Schedule for five minutes after the hour, every hour
- cron: "5 * * * *"
permissions:
issues: write
pull-requests: write
jobs:
stale:
if: github.repository == 'remix-run/examples'
runs-on: ubuntu-latest
steps:
- name: 馃ズ Handle Ghosting
uses: actions/stale@v9
with:
days-before-close: 21
# don't automatically mark issues/PRs as stale
days-before-stale: -1
close-issue-message: >
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! 馃檪
close-pr-message: >
This PR has been automatically closed because we haven't received a
response from the original author 馃檲. This automation helps keep the issue
tracker clean from PRs that are unactionable. Please reach out if you
want to resume the work on this PR! 馃檪
stale-issue-label: needs-response
stale-pr-label: needs-response