diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index f2d361c..5905f32 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,7 +1,7 @@ name: Pull Request Labeler on: schedule: - - cron: '0 */6 * * *' + - cron: '0 */3 * * *' jobs: labeler: runs-on: ubuntu-latest