You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/new_contributor_pr.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ jobs:
15
15
# Pin to v1: https://github.com/actions/first-interaction/issues/369
16
16
- uses: actions/first-interaction@v1
17
17
with:
18
-
repo_token: ${{ secrets.GITHUB_TOKEN }}
19
-
issue_message: |
18
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
+
issue-message: |
20
20
Hello! Thank you for your interest in Django 💪
21
21
22
22
Django issues are tracked in [Trac](https://code.djangoproject.com/) and not in this repo.
23
-
pr_message: |
23
+
pr-message: |
24
24
Hello! Thank you for your contribution 💪
25
25
26
26
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