This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- title : Plan the migration
13
13
description : Explore your options for making the move to GitHub
14
14
event : issues.closed
15
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues/1
15
+ link : ' {{ repoUrl }}/issues/1'
16
16
actions :
17
17
- type : createIssue
18
18
action_id : new_issue
26
26
- title : Prepare the project
27
27
description : Get your project ready to be moved to GitHub
28
28
event : issues.closed
29
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues
29
+ link : ' {{ repoUrl }}/issues'
30
30
actions :
31
31
- type : createIssue
32
32
action_id : new_issue
42
42
- title : Public or private repository?
43
43
description : Understand the difference between a public and private repository
44
44
event : issues.closed
45
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues
45
+ link : ' {{ repoUrl }}/issues'
46
46
actions :
47
47
- type : createIssue
48
48
title : Importing your project
58
58
- title : Complete the Import
59
59
description : Publish your project on GitHub
60
60
event : push
61
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues
61
+ link : ' {{ repoUrl }}/issues'
62
62
actions :
63
63
- type : closeIssue
64
64
issue : Importing your project
You can’t perform that action at this time.
0 commit comments