Reduce no-response duration to 14 days

This commit is contained in:
Naveen Singh
2024-10-26 03:53:07 +05:30
parent 544941d593
commit 80d1081049

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