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

Commit b626ce3

Browse files
authored
Merge pull request #8 from githubtraining/JamesMGreene-patch-1
Update config.yml to latest schema
2 parents 29f8cb3 + b6dd76c commit b626ce3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ tagline: Everything you need to know about moving projects to GitHub
33
description: You're a migration away from using a full suite of development tools and premier third-party apps on GitHub. This course helps you seamlessly move code to GitHub and sets you up to do more after you make the move.
44
template:
55
name: github-move
6+
repo: false
67
before:
78
- type: createIssue
89
title: Plan the move
@@ -11,7 +12,7 @@ steps:
1112
- title: Plan the migration
1213
description: Explore your options for making the move to GitHub
1314
event: issues.closed
14-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues/1
15+
link: '{{ repoUrl }}/issues/1'
1516
actions:
1617
- type: createIssue
1718
action_id: new_issue
@@ -25,7 +26,7 @@ steps:
2526
- title: Prepare the project
2627
description: Get your project ready to be moved to GitHub
2728
event: issues.closed
28-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
29+
link: '{{ repoUrl }}/issues'
2930
actions:
3031
- type: createIssue
3132
action_id: new_issue
@@ -41,7 +42,7 @@ steps:
4142
- title: Public or private repository?
4243
description: Understand the difference between a public and private repository
4344
event: issues.closed
44-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
45+
link: '{{ repoUrl }}/issues'
4546
actions:
4647
- type: createIssue
4748
title: Importing your project
@@ -57,7 +58,7 @@ steps:
5758
- title: Complete the Import
5859
description: Publish your project on GitHub
5960
event: push
60-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
61+
link: '{{ repoUrl }}/issues'
6162
actions:
6263
- type: closeIssue
6364
issue: Importing your project
@@ -66,5 +67,3 @@ steps:
6667
tags: [
6768
'Git','GitHub'
6869
]
69-
70-
order: 4

0 commit comments

Comments
 (0)