Skip to content

Commit 4a36d3e

Browse files
authored
[ci] Only label on PR open (facebook#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). * __->__ facebook#32936 * facebook#32935
1 parent 2ddf8ca commit 4a36d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shared_label_core_team_prs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: (Shared) Label Core Team PRs
22

33
on:
44
pull_request_target:
5+
types: [opened]
56

67
permissions: {}
78

0 commit comments

Comments
 (0)