Skip to content

Commit d403a80

Browse files
committed
feat: Added new contributor message based on django's own version
1 parent 121ff74 commit d403a80

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: New contributor message
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
build:
12+
name: Hello new contributor
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/first-interaction@v1
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
pr-message: |
19+
Hello! Thank you for your contribution! 🎉
20+
21+
As it's your first contribution be sure to check out the [contribution docs](https://docs.django-cms.org/en/latest/contributing/index.html).
22+
23+
If you're a Slack user and haven't joined us, please do [here](https://www.django-cms.org/slack)!
24+
25+
Welcome aboard ⛵️!

0 commit comments

Comments
 (0)