You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/close-waiting-for-response-issues.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ jobs:
13
13
actions: 'close-issues'
14
14
token: ${{ secrets.GITHUB_TOKEN }}
15
15
labels: 'Waiting for Response'
16
-
inactive-day: 7
16
+
inactive-day: 14
17
17
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.
19
19
20
20
We appreciate your understanding as we try to manage our number of open issues.
0 commit comments