Skip to content

Commit

Permalink
Close issues marked "need info" with no response after 30 days.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Jan 23, 2024
1 parent 74a8b80 commit 829e528
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
issue_comment:
types: [created]
schedule:
# every morning at 00:00 am
- cron: '0 0 * * *'
- cron: '0 10 * * *'

jobs:
noResponse:
Expand All @@ -17,7 +16,7 @@ jobs:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb #v0.5.0
with:
token: ${{ github.token }}
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 30 # Number of days of inactivity before an Issue is closed for lack of response
responseRequiredLabel: "need info" # Label indicating that a response from the original author is required
closeComment: >
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 comments on commit 829e528

Please sign in to comment.