-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
40 lines (33 loc) · 1.01 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: My amazing course
tagline: Learn how to open a PR
description: Go from 0 to PR 1 in less than 10 minutes with this course.
# 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: my-sparkles-repo
repo: lab-starter-template
# `before` block
# Actions to take place after the learner registers, but before they start interacting with their repo
before:
- type: createIssue
title: Welcome
body: welcome-text.md
# 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: Create a new PR
description: Add your name to the README.md file in your new PR
event: pull_request.opened
actions:
- type: gate
left: '%payload.pull_request.title%'
operator: ===
right: Add name to README
- type: respond
with: pr-opened.md
#
# - type:
# option: