Skip to content

Commit

Permalink
feat: Added new contributor message based on django's own version (dj…
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb authored Jan 30, 2024
1 parent 8f29009 commit 822f54b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/new_contributor_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: New contributor message

on:
pull_request_target:
types: [opened]

permissions:
pull-requests: write

jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Hello! Thank you for your contribution! 🎉
As it's your first contribution be sure to check out the [contribution docs](https://docs.django-cms.org/en/latest/contributing/index.html).
If you're a Slack user and haven't joined us, please do [here](https://www.django-cms.org/slack)!
Welcome aboard ⛵️!

0 comments on commit 822f54b

Please sign in to comment.