Skip to content

Commit 9e0c259

Browse files
committed
asdf
1 parent 05fd533 commit 9e0c259

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ steps:
8080
- type: respond
8181
with: 01.03-check-app-local.md
8282

83-
- title: 'Local Setup: Check App Works'
84-
description: Create project bundle
85-
event: pull_request_review.submitted
86-
link: '%actions.setup_pr.data.html_url%'
87-
actions:
88-
- type: gate
89-
left: '%payload.review.state%'
90-
operator: ===
91-
right: approved
92-
- type: mergePullRequest
93-
- type: createPullRequest
94-
title: Creating the ToDo App
95-
body: 02.00-show-tasks.md
96-
head: todo-app
97-
action_id: app_pr
98-
- type: respond
99-
with: 01.04-github-pages.md
100-
data:
101-
next_pr: '%actions.app_pr.data.html_url%'
83+
# - title: 'Local Setup: Check App Works'
84+
# description: Create project bundle
85+
# event: pull_request_review.submitted
86+
# link: '%actions.setup_pr.data.html_url%'
87+
# actions:
88+
# - type: gate
89+
# left: '%payload.review.state%'
90+
# operator: ===
91+
# right: approved
92+
# - type: mergePullRequest
93+
# - type: createPullRequest
94+
# title: Creating the ToDo App
95+
# body: 02.00-show-tasks.md
96+
# head: todo-app
97+
# action_id: app_pr
98+
# - type: respond
99+
# with: 01.04-github-pages.md
100+
# data:
101+
# next_pr: '%actions.app_pr.data.html_url%'

0 commit comments

Comments
 (0)