diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ca09f60..1fa87e5 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ # https://github.com/marketplace/actions/auto-message-for-pr-s-and-issues name: Auto message for PR's and Issues -on: [pull_request, issues] +on: [pull_request_target, issues] jobs: greeting: name: Hello new contributor