Skip to content

Commit b2836db

Browse files
authored
Merge pull request #1367 from Shopify/liz/update-waiting-for-response
Update number of inactive days before closing tickets
2 parents 33e5cf8 + ad4dc76 commit b2836db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-waiting-for-response-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
actions: 'close-issues'
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
labels: 'Waiting for Response'
16-
inactive-day: 7
16+
inactive-day: 14
1717
body: |
18-
We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to respond and reopen this issue.
18+
We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to create a new issue with the additional information.
1919
2020
We appreciate your understanding as we try to manage our number of open issues.

0 commit comments

Comments
 (0)