Skip to content

Commit 1185f88

Browse files
authored
[ci] Only notify after labeling (#32103)
--- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32103). * __->__ #32103 * #32102
1 parent 91add7b commit 1185f88

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

.github/workflows/compiler_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: (Compiler) Discord Notify
22

33
on:
44
pull_request_target:
5+
types: [labeled]
56
paths:
67
- compiler/**
78
- .github/workflows/compiler_**.yml

.github/workflows/runtime_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: (Runtime) Discord Notify
22

33
on:
44
pull_request_target:
5+
types: [labeled]
56
paths-ignore:
67
- compiler/**
78
- .github/workflows/compiler_**.yml

.github/workflows/shared_core_label.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)