diff --git a/.github/workflows/label-schema.yml b/.github/workflows/label-schema.yml index 38af629d9aa..36cae32f5cc 100644 --- a/.github/workflows/label-schema.yml +++ b/.github/workflows/label-schema.yml @@ -1,7 +1,7 @@ name: Pull Request Schema Labeler on: pull_request: - types: [opened, edited, synchronize, labeled, unlabeled] + types: [opened, edited, labeled, unlabeled] jobs: schema-change-labels: if: "${{ contains(github.event.*.labels.*.name, 'schema-change-noteworthy') }}"