We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121ff74 commit d403a80Copy full SHA for d403a80
.github/workflows/new_contributor_pr.yml
@@ -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