From 3ba7303a5aabbdbad4781fa3da3a7aca280ff85d Mon Sep 17 00:00:00 2001 From: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:04:19 +0530 Subject: [PATCH] Update hello-to-new-contributors.yml --- .github/workflows/hello-to-new-contributors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello-to-new-contributors.yml b/.github/workflows/hello-to-new-contributors.yml index a7a5ae505..ca022a1b1 100644 --- a/.github/workflows/hello-to-new-contributors.yml +++ b/.github/workflows/hello-to-new-contributors.yml @@ -4,7 +4,7 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened jobs: @@ -17,4 +17,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hey, thank you for opening your first Issue! 🙂 While a Tailwarden team member takes a look at your issue we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com" - pr-message: "Hey, thank you for opening your Pull Request ! 🙂 While a Tailwarden team member takes a look at your PR we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com" \ No newline at end of file + pr-message: "Hey, thank you for opening your Pull Request ! 🙂 While a Tailwarden team member takes a look at your PR we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com"