Skip to content

Commit 2c70d96

Browse files
committed
Fix missing quote
1 parent 73c193d commit 2c70d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Close stale issues and PRs'
22
on:
33
schedule:
4-
- cron: '0 6 * * *'
4+
- cron: '0 7 * * *'
55

66
jobs:
77
stale:
@@ -13,4 +13,4 @@ jobs:
1313
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
1414
days-before-stale: 60
1515
days-before-close: 15
16-
exempt-milestones: 'backlog,research
16+
exempt-milestones: 'backlog,research'

0 commit comments

Comments
 (0)