1
0
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:
Tim Kamanin 2025-10-07 13:08:17 +02:00 committed by nessita
parent 6e3287408e
commit dfb04d9472

View File

@ -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 💪