Reduce no-response duration to 14 days
This commit is contained in:
parent
d947b8b87e
commit
fdb021d4c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/no-response.yml
vendored
2
.github/workflows/no-response.yml
vendored
|
|
@ -21,5 +21,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
# Number of days of inactivity before an issue is closed for lack of response.
|
# Number of days of inactivity before an issue is closed for lack of response.
|
||||||
daysUntilClose: 30
|
daysUntilClose: 14
|
||||||
responseRequiredLabel: waiting for author
|
responseRequiredLabel: waiting for author
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue