This repository was archived by the owner on Jun 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-19
lines changed Expand file tree Collapse file tree 2 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for GitHub Action no-response - https://github.com/lee-dohm/no-response
2+ name : Need Repro
3+
4+ # Both `issue_comment` and `scheduled` event types are required for this Action
5+ # to work properly.
6+ on :
7+ issue_comment :
8+ types : [created]
9+ schedule :
10+ # Schedule every day at 00:05
11+ - cron : ' 5 0 * * *'
12+
13+ jobs :
14+ noResponse :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
18+ # This commit hash targets release v0.5.0 of lee-dohm/no-response.
19+ # Targeting a commit hash instead of a tag has been done for security reasons.
20+ # Please be aware that the commit hash specifically targets the "Automatic compilation"
21+ # done by `github-actions[bot]` as the `no-response` Action needs to be compiled.
22+ with :
23+ token : ${{ github.token }}
24+ daysUntilClose : 14
25+ responseRequiredLabel : ' need-repro'
26+ closeComment : >
27+ This issue has been automatically closed because there has been no response
28+ to our request for code to reproduce the original error by the original author. With only the
29+ information that is currently in the issue, we don't have the means
30+ to take action. Please reach out if you have or find the answers we need so
31+ that we can investigate further.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments