From 2d6b1f355e9edc2067cd703e896f04bb34653bd0 Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:44:12 +0530 Subject: [PATCH] workflow: update team labeler to execute only once (#15092) --- .github/workflows/team-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml index 27997db22ff..1bfeb1388a9 100644 --- a/.github/workflows/team-labeler.yml +++ b/.github/workflows/team-labeler.yml @@ -1,5 +1,6 @@ on: pull_request_target: + types: [ created ] permissions: contents: read