Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 3cc074d

Browse files
committed
add links to the steps
1 parent 1c148a3 commit 3cc074d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ steps:
8282
# 2
8383
- title: Add some descriptions to your course
8484
description: Give your course a description and tagline so learners can identify it.
85+
link: '{{ repoUrl }}/pull/1'
8586
event: pull_request.synchronize
8687
actions:
8788
- type: getFileContents
@@ -101,6 +102,7 @@ steps:
101102
# 3
102103
- title: Approve the course metadata
103104
description: Approve the pull request containing the course's metadata.
105+
link: '{{ repoUrl }}/pull/1'
104106
event: pull_request_review.submitted
105107
actions:
106108
- type: gate
@@ -135,6 +137,7 @@ steps:
135137
# 4
136138
- title: Point to the template repo
137139
description: Designate a template repository from which to clone.
140+
link: '{{ repoUrl }}/pull/2'
138141
event: pull_request.synchronize
139142
actions:
140143
- type: getFileContents
@@ -165,6 +168,7 @@ steps:
165168
# 5
166169
- title: Give the learner's repo a name
167170
description: Designate a name for the repository when it is created for the learner.
171+
link: '{{ repoUrl }}/pull/2'
168172
event: pull_request.synchronize
169173
actions:
170174
- type: getFileContents
@@ -184,6 +188,7 @@ steps:
184188
# 6
185189
- title: Approve the repo setup
186190
description: Approve the template repo information
191+
link: '{{ repoUrl }}/pull/2'
187192
event: pull_request_review.submitted
188193
actions:
189194
- type: gate
@@ -242,6 +247,7 @@ steps:
242247
# 7
243248
- title: Create an issue using Learning Lab
244249
description: Use the `before` block to create an issue in the learner's repo.
250+
link: '{{ repoUrl }}/pull/3'
245251
event: pull_request.synchronize
246252
actions:
247253
- type: getFileContents
@@ -262,6 +268,7 @@ steps:
262268
# 8
263269
- title: Create your first response
264270
description: Add content to the repo's first issue.
271+
link: '{{ repoUrl }}/pull/3'
265272
event: pull_request.synchronize
266273
actions:
267274
- type: getTree
@@ -315,6 +322,7 @@ steps:
315322
# 9
316323
- title: Name your first step and give it a description
317324
description: Identify the first step so the learner knows what's expected.
325+
link: '{{ repoUrl }}/pull/3'
318326
event: pull_request.synchronize
319327
actions:
320328
- type: getFileContents
@@ -345,6 +353,7 @@ steps:
345353
# 10
346354
- title: Trigger your first step with a GitHub event
347355
description: Add a pull_request.opened event.
356+
link: '{{ repoUrl }}/pull/3'
348357
event: pull_request.synchronize
349358
actions:
350359
- type: getFileContents
@@ -375,6 +384,7 @@ steps:
375384
# 11
376385
- title: Validate a learner's PR
377386
description: Add a gate to determine if the learner took the expected action.
387+
link: '{{ repoUrl }}/pull/3'
378388
event: pull_request.synchronize
379389
actions:
380390
- type: getFileContents
@@ -429,6 +439,7 @@ steps:
429439
# 12
430440
- title: Use contextual information to validate
431441
description: Add options to the gate action.
442+
link: '{{ repoUrl }}/pull/3'
432443
event: pull_request.synchronize
433444
actions:
434445
- type: getFileContents
@@ -473,6 +484,7 @@ steps:
473484
# 13
474485
- title: Respond to a learner's successful PR
475486
description: Use a respond action when a learner opens their pull request.
487+
link: '{{ repoUrl }}/pull/3'
476488
event: pull_request.synchronize
477489
actions:
478490
- type: getFileContents
@@ -493,6 +505,7 @@ steps:
493505
# 14
494506
- title: Add a README to your course
495507
description: Write a longform description for your course.
508+
link: '{{ repoUrl }}/pull/3'
496509
event: pull_request.synchronize
497510
actions:
498511
- type: getTree
@@ -513,6 +526,7 @@ steps:
513526
# 15
514527
- title: Approve the steps
515528
description: Submit an approval for the steps pull request.
529+
link: '{{ repoUrl }}/pull/3'
516530
event: pull_request_review.submitted
517531
actions:
518532
- type: gate

0 commit comments

Comments
 (0)