Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 0a47315

Browse files
committed
fix approval schema
1 parent a87c716 commit 0a47315

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,15 @@ steps:
257257
# type: gate
258258

259259
# We approve
260-
- type: createReview
261-
event: APPROVE
262-
263260
# PART 5: TEST WORKFLOWS
264261

265262
# Step 12: Merge this pull request and test the production deployment workflow
266263

267264
# We tell the user to merge, and that their merge will bring the action into `master`, and will also create a deployment into production
268-
- type: respond
269-
with: 12_merge.md
265+
- type: createReview
266+
body: 12_merge.md
267+
event: APPROVE
268+
270269

271270
# event: merge
272271

0 commit comments

Comments
 (0)