diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2796d177d1..a5cb109c96 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: Pull request labeler on: schedule: - - cron: '0 */1 * * *' + - cron: '0 0 1 1 *' jobs: labeler: runs-on: ubuntu-latest