diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 8627e29bf3bdb8..df3a5dff5785a2 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -2,6 +2,11 @@ name: "Pull Request Labeler" on: schedule: - cron: "0 * * * *" + pull_request: + types: + - opened + - synchronize + - closed jobs: triage: