diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 1847b6c..559ee09 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,7 +1,7 @@ name: Pull Request Labeler on: schedule: - - cron: '/5 * * * * *' + - cron: '*/5 * * * *' jobs: labeler: runs-on: ubuntu-latest