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
# When a comment is created and every day at 08:05
4
+
on:
5
+
issue_comment:
6
+
types: [created]
7
+
schedule:
8
+
- cron: '5 8 * * *'
9
+
10
+
jobs:
11
+
noResponse:
12
+
runs-on: ubuntu-latest
13
+
steps:
14
+
- uses: lee-dohm/no-response@v0.5.0
15
+
with:
16
+
token: ${{ github.token }}
17
+
daysUntilClose: 21
18
+
responseRequiredLabel: more-info-needed
19
+
closeComment: >
20
+
This issue has been automatically closed due to a lack of response.
21
+
If your problem persists please open a new issue including any additional detail
22
+
requested from this issue.
23
+
For more detail on the issues/pull requests see [ISSUES_AND_PULL_REQUESTS](https://github.com/steveukx/git-js/blob/main/docs/ISSUES_AND_PULL_REQUESTS.md)
0 commit comments