mirror of
https://github.com/django/django.git
synced 2025-10-09 14:59:24 +00:00
Added required "issue_message" input to "New contributor" GitHub action.
This commit is contained in:
parent
6e3287408e
commit
dfb04d9472
4
.github/workflows/new_contributor_pr.yml
vendored
4
.github/workflows/new_contributor_pr.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
|||||||
- uses: actions/first-interaction@v3
|
- uses: actions/first-interaction@v3
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
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 💪
|
Hello! Thank you for your contribution 💪
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user