Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 6efbaad

Browse files
authored
Add files via upload
1 parent c55c035 commit 6efbaad

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/no-response.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: No Response
2+
3+
# Both `issue_comment` and `scheduled` event types are required for this Action
4+
# to work properly.
5+
on:
6+
issue_comment:
7+
types: [created]
8+
schedule:
9+
# Schedule for five minutes after the hour, every hour
10+
- cron: '5 * * * *'
11+
12+
jobs:
13+
noResponse:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: lee-dohm/no-response@v0.5.0
17+
with:
18+
token: ${{ github.token }}
19+
daysUntilClose: 10
20+
responseRequiredLabel: "STATE: Need clarification"
21+
closeComment: >
22+
This issue was automatically closed because there was no response
23+
to our request for more information from the original author.
24+
Currently, we don't have enough information to take action.
25+
Please reach out to us if you find the necessary information
26+
and are able to share it. We are also eager to know if you resolved
27+
the issue on your own and can share your findings with everyone.

0 commit comments

Comments
 (0)