diff --git a/.github/workflows/community_greetings.yml b/.github/workflows/community_greetings.yml index a43f7f549..6e343865e 100644 --- a/.github/workflows/community_greetings.yml +++ b/.github/workflows/community_greetings.yml @@ -1,6 +1,14 @@ name: community | Greetings -on: [pull_request, issues] +on: + issues: + types: [opened] + pull_request_target: + types: [opened] + +permissions: + issues: write + pull-requests: write jobs: greeting: