forked from githubtraining/migrating-your-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
69 lines (65 loc) · 2.07 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
title: Migrating your repository to GitHub
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
body: 01_make-a-plan.md
steps:
- title: Plan the migration
description: Explore your options for making the move to GitHub
event: issues.closed
link: '{{ repoUrl }}/issues/1'
actions:
- type: createIssue
action_id: new_issue
title: Preparing the project for Git
body: 04_prepare.md
- type: respond
with: 02_next.md
data:
issueURL: '%actions.new_issue.data.html_url%'
- title: Prepare the project
description: Get your project ready to be moved to GitHub
event: issues.closed
link: '{{ repoUrl }}/issues'
actions:
- type: createIssue
action_id: new_issue
title: Public or private repository?
body: 07_confirm-visibility.md
data:
private: '%payload.repository.private%'
- type: respond
with: 02_next.md
data:
issueURL: '%actions.new_issue.data.html_url%'
- title: Public or private repository?
description: Understand the difference between a public and private repository
event: issues.closed
link: '{{ repoUrl }}/issues'
actions:
- type: createIssue
title: Importing your project
body: 05_move-import.md
comments:
- 08_graceful-exit.md
action_id: new_issue
- type: respond
with: 02_next.md
data:
issueURL: '%actions.new_issue.data.html_url%'
- title: Complete the Import
description: Publish your project on GitHub
event: push
link: '{{ repoUrl }}/issues'
actions:
- type: closeIssue
issue: Importing your project
action_id: closed
tags: [
'Git','GitHub'
]