mirror of
https://github.com/django/django.git
synced 2025-11-18 02:56:45 +00:00
Added required "issue_message" input to "New contributor" GitHub action.
This commit is contained in:
parent
6e3287408e
commit
dfb04d9472
1 changed files with 4 additions and 0 deletions
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
|
||||
with:
|
||||
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: |
|
||||
Hello! Thank you for your contribution 💪
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue