summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/new_contributor_pr.yml4
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).