From a68a34210a6e36f831ec13984da2b4451f2546fe Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 23 Sep 2025 08:01:23 +0200 Subject: [PATCH] [6.0.x] Fixed warning in "New contributor" GitHub action. Backport of 30e9b6f6adfed9ee4c1fa911956881a2361c8946 from main --- .github/workflows/new_contributor_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index e294c3fab5..69f637bfac 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + pr_message: | Hello! Thank you for your contribution 💪 As it's your first contribution be sure to check out the [patch review checklist](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist).