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.
This commit is contained in:
Andi Radulescu
2026-02-15 19:44:06 +02:00
committed by GitHub
parent ced5f417b8
commit 4166c9fccb

View File

@@ -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: |
<!-- _(run_id **${{ github.run_id }}**)_ -->
Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following: