mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Reduce no-response duration to 14 days
This commit is contained in:
parent
5054b37a96
commit
18a2036226
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…
Reference in a new issue