Skip to content

Commit 37df013

Browse files
felixxmjacobtylerwalls
authored andcommitted
Fixed parameter names in in "New contributor" GitHub action.
Follow up to 407ab79.
1 parent 6862d46 commit 37df013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/new_contributor_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
# Pin to v1: https://github.com/actions/first-interaction/issues/369
1616
- uses: actions/first-interaction@v1
1717
with:
18-
repo_token: ${{ secrets.GITHUB_TOKEN }}
19-
issue_message: |
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}
19+
issue-message: |
2020
Hello! Thank you for your interest in Django 💪
2121
2222
Django issues are tracked in [Trac](https://code.djangoproject.com/) and not in this repo.
23-
pr_message: |
23+
pr-message: |
2424
Hello! Thank you for your contribution 💪
2525
2626
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).

0 commit comments

Comments
 (0)