Reduce no-response duration to 14 days

This commit is contained in:
Naveen Singh 2024-10-26 03:53:08 +05:30
parent 5054b37a96
commit 18a2036226
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -21,5 +21,5 @@ jobs:
with:
token: ${{ github.token }}
# Number of days of inactivity before an issue is closed for lack of response.
daysUntilClose: 30
daysUntilClose: 14
responseRequiredLabel: waiting for author