diff options
| author | Tim Kamanin <tim@timonweb.com> | 2025-10-07 13:08:17 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-29 17:05:32 -0300 |
| commit | b36029b6eabcdf763b21f6a2ccc71eacd2fdc25e (patch) | |
| tree | 0763068078314cf772a02782ab3b3c83af2a5080 /.github | |
| parent | 9e8717067442e91435ab6154a6431477e09c0388 (diff) | |
[6.0.x] Added required "issue_message" input to "New contributor" GitHub action.
Backport of dfb04d94723b5b1e4d552a53b5bb328a7c6ca517 from main.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/new_contributor_pr.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 💪 |
