mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed warning in "New contributor" GitHub action.
This commit is contained in:
parent
e20e189045
commit
30e9b6f6ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/new_contributor_pr.yml
vendored
4
.github/workflows/new_contributor_pr.yml
vendored
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue