From 1b3e9d32ac0ede62bf568e00157ee8bbd28c6104 Mon Sep 17 00:00:00 2001 From: bhargavi-dave <156278334+bhargavi-dave@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:37:55 +0530 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index f8cd679..6a65041 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,11 @@ name: Greetings -on: [pull_request_target, issues] +on: + pull_request_target: + types: [opened] + issues: + types: [opened] + workflow_dispatch: jobs: greeting: @@ -9,8 +14,4 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thanks you for creating a issue." - pr-message: "Thanks you for creating a pull request." + - name: Greet on Issue