From dfb04d94723b5b1e4d552a53b5bb328a7c6ca517 Mon Sep 17 00:00:00 2001 From: Tim Kamanin Date: Tue, 7 Oct 2025 13:08:17 +0200 Subject: [PATCH] Added required "issue_message" input to "New contributor" GitHub action. --- .github/workflows/new_contributor_pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 69f637bfac..163348595d 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -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 💪