-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
38 lines (38 loc) · 1.35 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
title: Operating Systems
description: A brief and gentle introduction to operating systems.
template:
repo: operating-systems-template
name: operating-systems
before:
- type: createIssue
title: 'Video: Operating Systems'
body: operating-systems.md
store:
operating_systems_link: '{{ result.data.html_url }}'
steps:
- title: 'Video: Operating Systems'
description: 'Operating Systems: Crash Course Computer Science'
event: issues.closed
link: '{{ store.operating_systems_link }}'
video: 'https://www.youtube.com/embed/26QPDBe-NB8'
actions:
- type: createIssue
title: 'Video: What is Linux?'
body: what-is-linux.md
store:
what_is_linux_link: '{{ result.data.html_url }}'
- title: 'Video: What is Linux?'
actions:
- type: createIssue
title: 'Prompt: What''s an Operating System?'
body: operating-system-prompt.md
store:
operating_system_prompt_link: '{{ result.data.html_url }}'
description: What is Linux? - Techquickie
link: '{{ store.what_is_linux_link }}'
video: 'https://www.youtube.com/embed/zA3vmx0GaO8'
event: issues.closed
- title: 'Prompt: What''s an Operating System?'
event: issues.closed
description: Describe in your own words what an operating system is.
link: '{{ store.operating_system_prompt_link }}'