From b02d6792dec7a40fc083d201a9c25607ce02b11f Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 11 Jan 2026 14:51:23 +0100 Subject: [PATCH] chore: fix new contributor pr message failing due to required, unused parameters (#6675) --- .github/workflows/new_contributor_pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index b0ad4aae1..100ff18b3 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -23,7 +23,8 @@ jobs: - uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: | + issue_message: "This is a required parameter, but we don't run on this event as we consider it a bit spammy.." + pr_message: | Hello! Thank you for your contribution 👋 As this is your first contribution, please be sure to check out our