Skip to content

Commit dfb04d9

Browse files
timonwebnessita
authored andcommitted
Added required "issue_message" input to "New contributor" GitHub action.
1 parent 6e32874 commit dfb04d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/new_contributor_pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/first-interaction@v3
1616
with:
1717
repo_token: ${{ secrets.GITHUB_TOKEN }}
18+
issue_message: |
19+
Hello! Thank you for your interest in Django 💪
20+
21+
Django issues are tracked in [Trac](https://code.djangoproject.com/) and not in this repo.
1822
pr_message: |
1923
Hello! Thank you for your contribution 💪
2024

0 commit comments

Comments
 (0)