From 9e84d8a9c0045d5d65d5f50d6ecdd1792633def0 Mon Sep 17 00:00:00 2001 From: kerry Date: Thu, 17 Sep 2026 00:11:31 +0000 Subject: [PATCH] fix(ci): drop the pull_request_review trigger so the auto-merge workflow only runs from main Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/auto-merge-price-sync.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge-price-sync.yml b/.github/workflows/auto-merge-price-sync.yml index fffb00b214f..e14fc3f955b 100644 --- a/.github/workflows/auto-merge-price-sync.yml +++ b/.github/workflows/auto-merge-price-sync.yml @@ -1,8 +1,6 @@ name: auto-merge-price-sync on: - pull_request_review: - types: [submitted] issue_comment: types: [created, edited] check_suite: @@ -56,7 +54,7 @@ jobs: env: GH_TOKEN: ${{ steps.app-token.outputs.token }} REPO: ${{ github.repository }} - PR_NUMBER: ${{ github.event.pull_request.number || (github.event.issue.pull_request && github.event.issue.number) || github.event.inputs.pr-number || '' }} + PR_NUMBER: ${{ (github.event.issue.pull_request && github.event.issue.number) || github.event.inputs.pr-number || '' }} BASE_BRANCH: main PR_AUTHOR_ALLOWLIST: "berriai-litellm-provider-info-sync[bot]" SELF_CHECK_NAME: auto-merge-price-sync