From bad6103ce72faf7d71a6d2eedfd1b1842db82cda Mon Sep 17 00:00:00 2001 From: James <91348155+FrogAi@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:09:06 -0700 Subject: [PATCH] Remove duplicate "edited" type in PR review workflow (#34961) --- .github/workflows/auto_pr_review.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto_pr_review.yaml b/.github/workflows/auto_pr_review.yaml index eaaca56060..c6a1cb9821 100644 --- a/.github/workflows/auto_pr_review.yaml +++ b/.github/workflows/auto_pr_review.yaml @@ -1,7 +1,7 @@ name: "PR review" on: pull_request_target: - types: [opened, reopened, synchronize, edited, edited] + types: [opened, reopened, synchronize, edited] jobs: labeler: @@ -50,4 +50,3 @@ jobs: * all the tests are passing * the change is [something we merge](https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md#what-gets-merged) * include a route or your device' dongle ID if relevant -