-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
40 lines (33 loc) · 1.66 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Metadata for your course
title: # a name for your Learning Lab course
tagline: # a short description for your Learning Lab course, displayed on the course catalog
description: # a longer description for your Learning Lab course, displayed on the course's landing page
# Repository setup
# The following section template information for the repository
# This will be used when the repository is crated for each individual learner
template:
name: # the name of the repository when it is created for the learner
repo: # the name of the template repository from which to clone for the learner
# `before` block
# Actions to take place after the learner registers, but before they start interacting with their repo
before:
- type: # the type of action, full list at https://lab.github.com/docs/actions/
# some actions require additional options, those should appear below `type:`
# you can execute multiple actions in the `before` block
# Steps for the course
# A list of steps that take the learner through the course
# Create one step for each action that a learner will complete
steps:
- title: # the title of the step, shown to the learner in the course progress page
description: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
event: # a list of the actions that will occur when the step is triggered by an event
actions:
- type: # the type of action, full list at https://lab.github.com/docs/actions
# some actions require additional options, those should appear below `type:`
# you can execute multiple actions in the `before` block
#
# - type:
# option:
#
# - type:
# option: