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

Commit

Permalink
Merge pull request #8 from githubtraining/JamesMGreene-patch-1
Browse files Browse the repository at this point in the history
Update config.yml to latest schema
  • Loading branch information
JasonEtco authored Nov 2, 2018
2 parents 29f8cb3 + b6dd76c commit b626ce3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tagline: Everything you need to know about moving projects to GitHub
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.
template:
name: github-move
repo: false
before:
- type: createIssue
title: Plan the move
Expand All @@ -11,7 +12,7 @@ steps:
- title: Plan the migration
description: Explore your options for making the move to GitHub
event: issues.closed
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues/1
link: '{{ repoUrl }}/issues/1'
actions:
- type: createIssue
action_id: new_issue
Expand All @@ -25,7 +26,7 @@ steps:
- title: Prepare the project
description: Get your project ready to be moved to GitHub
event: issues.closed
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
link: '{{ repoUrl }}/issues'
actions:
- type: createIssue
action_id: new_issue
Expand All @@ -41,7 +42,7 @@ steps:
- title: Public or private repository?
description: Understand the difference between a public and private repository
event: issues.closed
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
link: '{{ repoUrl }}/issues'
actions:
- type: createIssue
title: Importing your project
Expand All @@ -57,7 +58,7 @@ steps:
- title: Complete the Import
description: Publish your project on GitHub
event: push
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
link: '{{ repoUrl }}/issues'
actions:
- type: closeIssue
issue: Importing your project
Expand All @@ -66,5 +67,3 @@ steps:
tags: [
'Git','GitHub'
]

order: 4

0 comments on commit b626ce3

Please sign in to comment.