From 8ada1757a0e34b127a9a9f878efd7ce6d27afe48 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 10 Feb 2026 21:57:15 -0600 Subject: [PATCH 1/3] chore: add empty issue message for first timers PR action --- .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 cf12360e6e135c..63cb062ebe3e0f 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: From 30a0ea5e2b3bc6beb794d71e680e855519a62869 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 10 Feb 2026 22:13:00 -0600 Subject: [PATCH 2/3] add placeholder issue --- .github/workflows/auto_pr_review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_pr_review.yaml b/.github/workflows/auto_pr_review.yaml index 63cb062ebe3e0f..71ed4492ce7c84 100644 --- a/.github/workflows/auto_pr_review.yaml +++ b/.github/workflows/auto_pr_review.yaml @@ -40,7 +40,7 @@ jobs: if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot' with: repo_token: ${{ secrets.GITHUB_TOKEN }} - issue_message: "" + issue_message: "Thanks for opening an issue! Please ensure you have included all relevant information, route logs, or steps to reproduce the issue." pr_message: | Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following: From 4fc8149c3849814556a01eae8320ecd8431b2841 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 10 Feb 2026 22:18:13 -0600 Subject: [PATCH 3/3] FIX?? --- .github/workflows/auto_pr_review.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_pr_review.yaml b/.github/workflows/auto_pr_review.yaml index 71ed4492ce7c84..716504a404e983 100644 --- a/.github/workflows/auto_pr_review.yaml +++ b/.github/workflows/auto_pr_review.yaml @@ -40,7 +40,8 @@ jobs: if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot' with: repo_token: ${{ secrets.GITHUB_TOKEN }} - issue_message: "Thanks for opening an issue! Please ensure you have included all relevant information, route logs, or steps to reproduce the issue." + issue_message: | + Thanks for opening an issue! Please ensure you have included all relevant information, route logs, or steps to reproduce the issue. pr_message: | Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following: