Skip to content

Commit 829e528

Browse files
committed
Close issues marked "need info" with no response after 30 days.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 74a8b80 commit 829e528

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/no-response.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
issue_comment:
88
types: [created]
99
schedule:
10-
# every morning at 00:00 am
11-
- cron: '0 0 * * *'
10+
- cron: '0 10 * * *'
1211

1312
jobs:
1413
noResponse:
@@ -17,7 +16,7 @@ jobs:
1716
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb #v0.5.0
1817
with:
1918
token: ${{ github.token }}
20-
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response
19+
daysUntilClose: 30 # Number of days of inactivity before an Issue is closed for lack of response
2120
responseRequiredLabel: "need info" # Label indicating that a response from the original author is required
2221
closeComment: >
2322
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.

0 commit comments

Comments
 (0)