From 4166c9fccbf1fbfbaba2da1964f15585d24145a3 Mon Sep 17 00:00:00 2001 From: Andi Radulescu Date: Sun, 15 Feb 2026 19:44:06 +0200 Subject: [PATCH] ci: fix first-interaction action missing required input (#37221) actions/first-interaction@v3 requires both issue_message and pr_message inputs, but only pr_message was provided, causing the action to fail. --- .github/workflows/auto_pr_review.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_pr_review.yaml b/.github/workflows/auto_pr_review.yaml index cf12360e6..63cb062eb 100644 --- a/.github/workflows/auto_pr_review.yaml +++ b/.github/workflows/auto_pr_review.yaml @@ -40,6 +40,7 @@ jobs: if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot' with: repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: "" pr_message: | Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following: