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

Commit ff6aa8f

Browse files
committed
all changes to 2
1 parent 5c851d3 commit ff6aa8f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

config.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
issue: Welcome to React
2626
- type: respond
2727
with: 01_components.md
28-
issue: Changes
28+
issue: 2
2929
- type: createPullRequestComment
3030
body: 01_header-component-activity.md
3131
file: src/App.jsx
@@ -55,10 +55,10 @@ steps:
5555
else:
5656
- type: respond
5757
with: 02_bad-header.md
58-
issue: Changes
58+
issue: 2
5959
- type: respond
6060
with: 02_props.md
61-
issue: Changes
61+
issue: 2
6262
- type: createPullRequestComment
6363
body: 02_import-child-component-activity.md
6464
file: src/App.jsx
@@ -77,7 +77,7 @@ steps:
7777
operator: ===
7878
right: refs/heads/changes
7979
- type: getPullRequest
80-
pullRequest: Changes
80+
pullRequest: 2
8181
action_id: metaPR2
8282
- type: getFileContents
8383
action_id: fileContents
@@ -89,7 +89,7 @@ steps:
8989
else:
9090
- type: respond
9191
with: 03_bad-import.md
92-
issue: Changes
92+
issue: 2
9393
- type: createPullRequestComment
9494
body: 03_uncomment-assignments-activity.md
9595
file: src/App.jsx
@@ -108,7 +108,7 @@ steps:
108108
operator: ===
109109
right: refs/heads/changes
110110
- type: getPullRequest
111-
pullRequest: Changes
111+
pullRequest: 2
112112
action_id: metaPR2
113113
- type: getFileContents
114114
action_id: fileContents
@@ -120,7 +120,7 @@ steps:
120120
else:
121121
- type: respond
122122
with: 04_bad-uncomment.md
123-
issue: Changes
123+
issue: 2
124124
- type: createPullRequestComment
125125
body: 04_replace-title-activity.md
126126
file: src/List.jsx
@@ -139,7 +139,7 @@ steps:
139139
operator: ===
140140
right: refs/heads/changes
141141
- type: getPullRequest
142-
pullRequest: Changes
142+
pullRequest: 2
143143
action_id: metaPR2
144144
- type: getFileContents
145145
action_id: fileContents
@@ -151,10 +151,10 @@ steps:
151151
else:
152152
- type: respond
153153
with: 05_bad-prop.md
154-
issue: Changes
154+
issue: 2
155155
- type: respond
156156
with: 05_state.md
157-
issue: Changes
157+
issue: 2
158158
- type: createPullRequestComment
159159
body: 05_add-state-variable-activity.md
160160
file: src/App.jsx
@@ -173,7 +173,7 @@ steps:
173173
operator: ===
174174
right: refs/heads/changes
175175
- type: getPullRequest
176-
pullRequest: Changes
176+
pullRequest: 2
177177
action_id: metaPR2
178178
- type: getFileContents
179179
action_id: fileContents
@@ -185,7 +185,7 @@ steps:
185185
else:
186186
- type: respond
187187
with: 06_bad-state.md
188-
issue: Changes
188+
issue: 2
189189
- type: createPullRequestComment
190190
body: 06_explaining-this-state-activity.md
191191
file: src/App.jsx
@@ -209,7 +209,7 @@ steps:
209209
operator: ===
210210
right: refs/heads/changes
211211
- type: getPullRequest
212-
pullRequest: Changes
212+
pullRequest: 2
213213
action_id: metaPR2
214214
- type: getFileContents
215215
action_id: fileContents
@@ -221,7 +221,7 @@ steps:
221221
else:
222222
- type: respond
223223
with: 07_bad-function.md
224-
issue: Changes
224+
issue: 2
225225
- type: createPullRequestComment
226226
body: 07_bind-function-activity.md
227227
file: src/App.jsx
@@ -240,7 +240,7 @@ steps:
240240
operator: ===
241241
right: refs/heads/changes
242242
- type: getPullRequest
243-
pullRequest: Changes
243+
pullRequest: 2
244244
action_id: metaPR2
245245
- type: getFileContents
246246
action_id: fileContents
@@ -252,10 +252,10 @@ steps:
252252
else:
253253
- type: respond
254254
with: 04_bad-uncomment.md
255-
issue: Changes
255+
issue: 2
256256
- type: respond
257257
with: 08_callbackfunctions.md
258-
issue: Changes
258+
issue: 2
259259
- type: createPullRequestComment
260260
body: 08_passing-functions-activity.md
261261
file: src/App.jsx
@@ -279,7 +279,7 @@ steps:
279279
operator: ===
280280
right: refs/heads/changes
281281
- type: getPullRequest
282-
pullRequest: Changes
282+
pullRequest: 2
283283
action_id: metaPR2
284284
- type: getFileContents
285285
action_id: fileContents
@@ -291,7 +291,7 @@ steps:
291291
else:
292292
- type: respond
293293
with: 09_bad-replace.md
294-
issue: Changes
294+
issue: 2
295295
- type: createPullRequestComment
296296
body: 09_uncomment-grades-activity.md
297297
file: src/App.jsx
@@ -318,11 +318,11 @@ steps:
318318
else:
319319
- type: respond
320320
with: 04_bad-uncomment.md
321-
issue: Changes
321+
issue: 2
322322
- type: createReview
323323
event: APPROVE
324324
body: 10_approve.md
325-
pullRequest: Changes
325+
pullRequest: 2
326326

327327
# Step 11: Merge pull request
328328
- title: Merge your pull request
@@ -332,5 +332,5 @@ steps:
332332
actions:
333333
- type: respond
334334
with: 11_congrats.md
335-
issue: Changes
335+
issue: 2
336336

0 commit comments

Comments
 (0)