From 4a36d3eab7d9bbbfae62699989aa95e5a0297c16 Mon Sep 17 00:00:00 2001 From: lauren Date: Wed, 16 Apr 2025 18:01:55 -0400 Subject: [PATCH] [ci] Only label on PR open (#32936) No reason to label it every update, only do it once when it's first opened. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32936). * __->__ #32936 * #32935 --- .github/workflows/shared_label_core_team_prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shared_label_core_team_prs.yml b/.github/workflows/shared_label_core_team_prs.yml index 73e7261f56..fd4aa9399e 100644 --- a/.github/workflows/shared_label_core_team_prs.yml +++ b/.github/workflows/shared_label_core_team_prs.yml @@ -2,6 +2,7 @@ name: (Shared) Label Core Team PRs on: pull_request_target: + types: [opened] permissions: {}