Commit 04ee10b
committed
fix(workflows): fix health check JSON path and change moderation to hourly
- Fix discussion-health-check.yml fallback JSON to use correct GraphQL path
(.data.repository.discussions instead of .data.organization.repositoryDiscussions)
Fixes: cat: /tmp/clio-workspace/analysis.json: No such file or directory
- Change discussion-moderation.yml schedule from every 15 min to hourly
(cron: '0 * * * *' instead of '*/15 * * * *')1 parent b544da2 commit 04ee10b
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments