Used first-interaction for GitHub action with welcome message.
This commit is contained in:
parent
8e93fc561e
commit
8c8d100c29
|
@ -13,12 +13,11 @@ jobs:
|
||||||
name: Hello new contributor
|
name: Hello new contributor
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Pinned to v2.0
|
- uses: actions/first-interaction@v1
|
||||||
- uses: deborah-digges/new-pull-request-comment-action@224c179a9e23f65ec50ff3240b8716369dc415d7
|
|
||||||
with:
|
with:
|
||||||
access-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
message: |
|
pr-message: |
|
||||||
Hello @{}! Thank you for your contribution 💪
|
Hello! Thank you for your contribution 💪
|
||||||
|
|
||||||
As it's your first contribution be sure to check out the [patch review checklist](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist).
|
As it's your first contribution be sure to check out the [patch review checklist](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue