mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed warning in "New contributor" GitHub action.
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/new_contributor_pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/new_contributor_pr.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,8 +14,8 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: actions/first-interaction@v3 |       - uses: actions/first-interaction@v3 | ||||||
|         with: |         with: | ||||||
|           repo-token: ${{ secrets.GITHUB_TOKEN }} |           repo_token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|           pr-message: | |           pr_message: | | ||||||
|             Hello! Thank you for your contribution 💪 |             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). |             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). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user