Skip to content

Commit

Permalink
[ci] Only notify after labeling (#32103)
Browse files Browse the repository at this point in the history
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32103).
* __->__ #32103
* #32102
  • Loading branch information
poteto authored Jan 16, 2025
1 parent 91add7b commit 1185f88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compiler_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: (Compiler) Discord Notify

on:
pull_request_target:
types: [labeled]
paths:
- compiler/**
- .github/workflows/compiler_**.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runtime_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: (Runtime) Discord Notify

on:
pull_request_target:
types: [labeled]
paths-ignore:
- compiler/**
- .github/workflows/compiler_**.yml
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/shared_core_label.yml

This file was deleted.

0 comments on commit 1185f88

Please sign in to comment.