mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
[ci] fix notify/label actions for forks (#32725)
Need this to run against target for forks to get the notification. This job does not checkout the code in the PR, so it's safe to run from the target. Also fixes failing checks on PRs: <img width="870" alt="Screenshot 2025-03-24 at 3 28 30 PM" src="https://github.com/user-attachments/assets/add78287-6449-4e48-9376-f3b360d2607c" />
This commit is contained in:
parent
254dc4d9f3
commit
2d40460cf7
|
|
@ -1,7 +1,7 @@
|
||||||
name: (Compiler) Discord Notify
|
name: (Compiler) Discord Notify
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, ready_for_review]
|
types: [opened, ready_for_review]
|
||||||
paths:
|
paths:
|
||||||
- compiler/**
|
- compiler/**
|
||||||
|
|
|
||||||
2
.github/workflows/runtime_discord_notify.yml
vendored
2
.github/workflows/runtime_discord_notify.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: (Runtime) Discord Notify
|
name: (Runtime) Discord Notify
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, ready_for_review]
|
types: [opened, ready_for_review]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- compiler/**
|
- compiler/**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: (Shared) Label Core Team PRs
|
name: (Shared) Label Core Team PRs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user