Skip to content

Commit 99e13a6

Browse files
authored
Update no-response.yml
1 parent 7e571e7 commit 99e13a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/no-response.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
issue_comment:
66
types: [created]
77
schedule:
8-
- cron: '5 1 * * *'
8+
- cron: '5 5 * * *'
99

1010
jobs:
1111
noResponse:
@@ -15,7 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v9
1717
with:
18-
debug-only: true
1918
days-before-issue-stale: 7
2019
days-before-issue-close: 3
2120
only-labels: "waiting-for-response"

0 commit comments

Comments
 (0)