mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 01:41:17 +08:00
Auto-run PRs from contributors (#692)
This commit is contained in:
parent
818cda16bc
commit
165abf0e4c
@ -1,5 +1,8 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
apple: ml-explore/pr-approval@0.1.0
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
nightly_build:
|
nightly_build:
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -253,6 +256,8 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- hold:
|
- hold:
|
||||||
type: approval
|
type: approval
|
||||||
|
- apple/authenticate:
|
||||||
|
context: pr-approval
|
||||||
- mac_build_and_test:
|
- mac_build_and_test:
|
||||||
requires: [ hold ]
|
requires: [ hold ]
|
||||||
- linux_build_and_test:
|
- linux_build_and_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user