diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-23 08:01:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 08:01:23 +0200 |
| commit | 30e9b6f6adfed9ee4c1fa911956881a2361c8946 (patch) | |
| tree | e5c53a6ea5de188cd712a293658e382329af31fd /.github | |
| parent | e20e1890450011693df845394e0a133a202b5466 (diff) | |
Fixed warning in "New contributor" GitHub action.
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). |
