-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
83 lines (83 loc) · 3.12 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title: Computer Science History
description: A brief and gentle introduction to computer science.
template:
repo: computer-science-history-template
name: computer-science-history
description: Learning resources and assignments.
before:
- type: createIssue
title: 'Video: Early Computing'
body: early-computing.md
store:
early_computing_url: '{{ result.data.html_url }}'
steps:
- title: 'Video: Early Computing'
description: 'Early Computing: Crash Course Computer Science'
event: issues.closed
link: '{{ store.early_computing_url }}'
actions:
- type: closeIssue
issue: 'Video: Early Computing'
- type: createIssue
body: electronic-computing.md
title: 'Video: Electronic Computing'
store:
electronic_computing_url: '{{ result.data.html_url }}'
video: 'https://www.youtube.com/embed/O5nskjZ_GoI'
- title: 'Video: Electronic Computing'
description: 'Electronic Computing: Crash Course Computer Science'
video: 'https://www.youtube.com/embed/LN0ucKNX0hc'
event: issues.closed
link: '{{ store.electronic_computing_url }}'
actions:
- type: createIssue
title: 'Video: How Computers Work'
body: how-computers-work.md
store:
how_computers_work_url: '{{ result.data.html_url }}'
- title: 'Video: How Computers Work'
description: 'How Computers Work: Hardware and Software'
link: '{{ store.how_computers_work_url }}'
video: 'https://www.youtube.com/embed/xnyFYiK2rSY'
event: issues.closed
actions:
- type: createIssue
title: 'Video: CPU, Memory, I/O'
body: cpu-memory-i-o.md
store:
cpu_memory_i_o_link: '{{ result.data.html_url }}'
- title: 'Video: CPU, Memory, I/O'
description: 'How Computers Work: CPU, Memory, Input & Output'
link: '{{ store.cpu_memory_i_o_link }}'
video: 'https://www.youtube.com/embed/DKGZlaPlVLY'
event: issues.closed
actions:
- type: createIssue
title: 'Ada Lovelace: The World''s First Computer Programmer'
body: ada-lovelace.md
store:
ada_lovelace_link: '{{ result.data.html_url }}'
- title: 'Ada Lovelace: The World''s First Computer Programmer'
description: Selected readings about Ada Lovelace and her legacy.
link: '{{ store.ada_lovelace_link }}'
event: issues.closed
actions:
- type: createIssue
title: 'Grace Hopper: Pioneer of Programming Languages'
body: grace-hopper.md
store:
grace_hopper_link: '{{ result.data.html_url }}'
- title: 'Grace Hopper: Pioneer of Programming Languages'
description: Selected readings about Grace Hopper and her legacy.
link: '{{ store.grace_hopper_link }}'
event: issues.closed
actions:
- type: createIssue
title: 'Tim Berners-Lee: Inventor of the World Wide Web'
body: tim-berners-lee.md
store:
tim_berners_lee_link: '{{ result.data.html_url }}'
- title: 'Tim Berners-Lee: Inventor of the World Wide Web'
description: Selected readings about Tim Berners-Lee
link: '{{ store.tim_burners_lee_link }}'
event: issues.closed