Skip to content

Commit 165abf0

Browse files
authored
Auto-run PRs from contributors (#692)
1 parent 818cda1 commit 165abf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2.1
22

3+
orbs:
4+
apple: ml-explore/[email protected]
5+
36
parameters:
47
nightly_build:
58
type: boolean
@@ -253,6 +256,8 @@ workflows:
253256
jobs:
254257
- hold:
255258
type: approval
259+
- apple/authenticate:
260+
context: pr-approval
256261
- mac_build_and_test:
257262
requires: [ hold ]
258263
- linux_build_and_test:

0 commit comments

Comments
 (0)