Skip to content

Commit b1f60e3

Browse files
authored
Merge pull request #830 from steveukx/chore/no-response
Switch from the no-response bot to action.
2 parents a7d39c2 + 53b790d commit b1f60e3

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

.github/no-response.yml

-15
This file was deleted.

.github/workflows/no-response.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: No Response
2+
3+
# When a comment is created and every day at 08:05
4+
on:
5+
issue_comment:
6+
types: [created]
7+
schedule:
8+
- cron: '5 8 * * *'
9+
10+
jobs:
11+
noResponse:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: lee-dohm/[email protected]
15+
with:
16+
token: ${{ github.token }}
17+
daysUntilClose: 21
18+
responseRequiredLabel: more-info-needed
19+
closeComment: >
20+
This issue has been automatically closed due to a lack of response.
21+
If your problem persists please open a new issue including any additional detail
22+
requested from this issue.
23+
For more detail on the issues/pull requests see [ISSUES_AND_PULL_REQUESTS](https://github.com/steveukx/git-js/blob/main/docs/ISSUES_AND_PULL_REQUESTS.md)

0 commit comments

Comments
 (0)