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:
1
.github/workflows/auto_pr_review.yaml
vendored
1
.github/workflows/auto_pr_review.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user