[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
lauren committed
Apr 16, 2025 at 18:01 UTC
4a36d3eab7d9bbbfae62699989aa95e5a0297c16
1 file changed
+1
.github/workflows/shared_label_core_team_prs.yml
+1
@@ -2,6 +2,7 @@ name: (Shared) Label Core Team PRs
2
3
on:
4
pull_request_target:
5
+ types: [opened]
6
7
permissions: {}
8