diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-23 08:01:23 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-23 08:02:38 +0200 |
| commit | a68a34210a6e36f831ec13984da2b4451f2546fe (patch) | |
| tree | a95811c1150c26aacde0cd294477821da6cba3f4 /.github | |
| parent | 9575f813afe8f6d40b016cf302d6871f5d38517e (diff) | |
[6.0.x] Fixed warning in "New contributor" GitHub action.
Backport of 30e9b6f6adfed9ee4c1fa911956881a2361c8946 from main
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/new_contributor_pr.yml | 4 |
1 files 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). |
