Reduce no-response duration to 14 days

This commit is contained in:
Naveen Singh
2024-10-26 03:53:08 +05:30
parent 8ea493739e
commit 591d693ae6

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