99 title : Welcome
1010 body : welcome.md
1111
12+ # Course artifacts:
13+ # 1. Issue: Welcome
14+ # 2. PR: Repository ownership and names
15+ # 3. PR: Create discoverable repos
16+ # 4. PR: Issue and PR templates
17+ # 5. PR: Workflows
18+ # 6. PR: Managing projects on GitHub
19+ # 7. PR: Measuring success
20+ # 8: Issue: Congratulations
21+
1222steps :
1323
1424# 1
3343# 2
3444- title : Answer the owner challenge
3545 description : Answer the owner challenge
46+ link : ' {{ repoUrl }}/pull/2'
3647 event : pull_request.edited
3748 actions :
3849 - type : respond
4152# 3
4253- title : Merge the ownership PR
4354 description : Merge the ownership PR
55+ link : ' {{ repoUrl }}/pull/2'
4456 event : pull_request.closed
4557 actions :
4658 - type : createPullRequest
5668# 4
5769- title : Answer the discoverability challenge
5870 description : Answer the discoverability challenge
71+ link : ' {{ repoUrl }}/pull/3'
5972 event : issue_comment.created
6073 actions :
6174 - type : respond
6477# 5
6578- title : Merge the discoverability PR
6679 description : Merge the discoverability PR
80+ link : ' {{ repoUrl }}/pull/3'
6781 event : pull_request.closed
6882 actions :
6983 - type : createPullRequest
7993# 6
8094- title : Answer the templates challenge question
8195 description : Answer the templates challenge question
96+ link : ' {{ repoUrl }}/pull/4'
8297 event : pull_request.edited
8398 actions :
8499 - type : respond
@@ -87,6 +102,7 @@ steps:
87102# 7
88103- title : Merge the templates PR
89104 description : Merge the templates PR
105+ link : ' {{ repoUrl }}/pull/4'
90106 event : pull_request.closed
91107 actions :
92108 - type : createPullRequest
@@ -102,6 +118,7 @@ steps:
102118# 8
103119- title : Answer the workflows challenge question
104120 description : Answer the workflows challenge question
121+ link : ' {{ repoUrl }}/pull/5'
105122 event : pull_request.edited
106123 actions :
107124 - type : respond
@@ -110,6 +127,7 @@ steps:
110127# 9
111128- title : Project management
112129 description : Project management
130+ link : ' {{ repoUrl }}/pull/5'
113131 event : pull_request.closed
114132 actions :
115133 - type : createPullRequest
@@ -125,6 +143,7 @@ steps:
125143# 10
126144- title : Answer the project management challenge
127145 description : Answer the project management challenge
146+ link : ' {{ repoUrl }}/pull/6'
128147 event : pull_request.edited
129148 actions :
130149 - type : respond
@@ -133,6 +152,7 @@ steps:
133152# 11
134153- title : Measuring success
135154 description : Measuring success
155+ link : ' {{ repoUrl }}/pull/6'
136156 event : pull_request.closed
137157 actions :
138158 - type : createPullRequest
@@ -148,6 +168,7 @@ steps:
148168# 12
149169- title : Answer the success metrics challenge
150170 description : Answer the success metrics challenge
171+ link : ' {{ repoUrl }}/pull/7'
151172 event : issue_comment.created
152173 actions :
153174 - type : respond
@@ -156,6 +177,7 @@ steps:
156177# 13
157178- title : Merge the final PR
158179 description : Merge the final PR
180+ link : ' {{ repoUrl }}/pull/7'
159181 event : pull_request.closed
160182 actions :
161183 - type : createIssue
0 commit comments