From 6284b6f425f4aefb50e88ccb285e13da5a9811a4 Mon Sep 17 00:00:00 2001 From: Daan Timmer <8293597+daantimmer@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:07:04 +0100 Subject: [PATCH] ci: limit trigger scope for social interaction to only opened types (#806) --- .github/workflows/social-interaction.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/social-interaction.yml b/.github/workflows/social-interaction.yml index 4453ffcd7..431ee45d6 100644 --- a/.github/workflows/social-interaction.yml +++ b/.github/workflows/social-interaction.yml @@ -1,7 +1,11 @@ --- name: Social Interaction -on: [pull_request, issues] +on: + pull_request: + types: [opened] + issues: + types: [opened] permissions: contents: read