[6.0.x] Added required "issue_message" input to "New contributor" GitHub action.

Backport of dfb04d9472 from main.
This commit is contained in:
Tim Kamanin 2025-10-07 13:08:17 +02:00 committed by Natalia
parent 9e87170674
commit b36029b6ea

View file

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