Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ steps:
description: Welcome to React! Let's get started with our project.
event: pull_request.opened
link: '{{ repoUrl }}/issues/1'
video: https://www.youtube.com/embed/RlDJqryBkkI
actions:
- type: gate
left: '%payload.pull_request.title%'
Expand All @@ -43,6 +44,7 @@ steps:
description: Give your app a title by adding a header component
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/aBZ6vaPpNS4
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -63,6 +65,7 @@ steps:
description: Import a child component into its parent
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/NXnI05i5TI8
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -80,6 +83,7 @@ steps:
description: Add the ability to create assignments
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/SrpOpss4Luw
actions:
- type: gate
left: '%payload.ref%'
Expand Down Expand Up @@ -108,6 +112,7 @@ steps:
description: Pass a title prop to the List child component
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/3wZV8nQoJQA
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -128,6 +133,7 @@ steps:
description: Add a students state variable to keep track of students
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/l3nf0C2Xil4
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -150,6 +156,7 @@ steps:
description: Create a method to add students to our state
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/Rt9E3beRrOc
actions:
- type: gate
left: '%payload.ref%'
Expand Down Expand Up @@ -178,6 +185,7 @@ steps:
description: Bind the addStudents method to our class
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/sJJXnhLuo04
actions:
- type: gate
left: '%payload.ref%'
Expand Down Expand Up @@ -214,6 +222,7 @@ steps:
description: Learn how to pass data back to parent components
event: push
link: '{{ repoUrl }}/issues/2'
video: https://www.youtube.com/embed/Rass5Io27r0
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -230,6 +239,7 @@ steps:
- title: Get your pull request approved
event: push
description: Let's confirm you made the right changes
video: https://www.youtube.com/embed/J6M-oi9-LVI
actions:
- type: gate
left: '%payload.ref%'
Expand All @@ -253,6 +263,7 @@ steps:
- title: Merge your pull request
event: pull_request.closed
description: Congrats on finishing the course!
video: https://www.youtube.com/embed/uJGGBhdivYQ
actions:
- type: respond
with: 05-congrats.md
Expand Down