diff options
| author | Tim Kamanin <tim@timonweb.com> | 2025-10-07 13:08:17 +0200 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-10-07 22:41:06 -0300 |
| commit | dfb04d94723b5b1e4d552a53b5bb328a7c6ca517 (patch) | |
| tree | 70432326d8eab4b6f12ad058ce818aa99699925a /.github | |
| parent | 6e3287408e128e03a6ec5d23c17cdc2eee8760c0 (diff) | |
Added required "issue_message" input to "New contributor" GitHub action.
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 💪 |
