Auto-run PRs from contributors (#692)

This commit is contained in:
Mike Drob 2024-02-15 19:30:35 -06:00 committed by GitHub
parent 818cda16bc
commit 165abf0e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,8 @@
version: 2.1
orbs:
apple: ml-explore/pr-approval@0.1.0
parameters:
nightly_build:
type: boolean
@ -253,6 +256,8 @@ workflows:
jobs:
- hold:
type: approval
- apple/authenticate:
context: pr-approval
- mac_build_and_test:
requires: [ hold ]
- linux_build_and_test: