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