summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-15 12:18:44 +0200
committerGitHub <noreply@github.com>2022-09-15 12:18:44 +0200
commit8c8d100c29fb0a7d70c5d8c0be6cfdf77e0a3d02 (patch)
tree8206b2a9826cfdf263bc9f002ce84620ee2d43f7 /.github
parent8e93fc561e4ead282abe2a12bd6ac393c9d308be (diff)
Used first-interaction for GitHub action with welcome message.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/new_contributor_pr.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml
index 0848c01187..7241c20409 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -13,12 +13,11 @@ jobs:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- # Pinned to v2.0
- - uses: deborah-digges/new-pull-request-comment-action@224c179a9e23f65ec50ff3240b8716369dc415d7
+ - uses: actions/first-interaction@v1
with:
- access-token: ${{ secrets.GITHUB_TOKEN }}
- message: |
- Hello @{}! Thank you for your contribution 💪
+ 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 [patch review checklist](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist).