summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-15 23:15:04 +0200
committerNatalia <124304+nessita@users.noreply.github.com>2025-10-29 17:07:33 -0300
commitdb922c885ccb2b7b5d7b76602f6726c566f0a91d (patch)
treeba042fe51f8211e153621270b0b6bdb7d72aeaf0
parente87de45bc1df0c781ffcfd9fc0ae954c27978ad7 (diff)
[6.0.x] Fixed parameter names in in "New contributor" GitHub action.
Follow up to 407ab793573ce82c93cfdc86e5a0a7fa804f60f5. Backport of 37df013195c4ddc8aa7c4334126419a358149d3c from main.
-rw-r--r--.github/workflows/new_contributor_pr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml
index fd09c27f5f..958ebc64d4 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -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).