1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed parameter names in in "New contributor" GitHub action.

Follow up to 407ab79357.
This commit is contained in:
Mariusz Felisiak
2025-10-15 23:15:04 +02:00
committed by Jacob Walls
parent 6862d46dd9
commit 37df013195

View File

@@ -15,12 +15,12 @@ jobs:
# Pin to v1: https://github.com/actions/first-interaction/issues/369
- uses: actions/first-interaction@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Thank you for your interest in Django 💪
Django issues are tracked in [Trac](https://code.djangoproject.com/) and not in this repo.
pr_message: |
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).