diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/close-invalid-bot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/close-invalid-bot.yaml b/.github/workflows/close-invalid-bot.yaml index 6fb95966..9a41864f 100644 --- a/.github/workflows/close-invalid-bot.yaml +++ b/.github/workflows/close-invalid-bot.yaml @@ -2,7 +2,7 @@ name: "Close issues marked as invalid" on: schedule: - - cron: '0 */6 * * * *' + - cron: '0 */6 * * *' jobs: close_invalid: runs-on: ubuntu-latest |