This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,8 @@ steps:
3131 else :
3232 - type : createPullRequest
3333 title : Add a course title and description
34- body : 00.0_welcome .md
34+ body : 01.0_add-title .md
3535 head : title
36- comments :
37- - 01.0_add-title.md
3836 action_id : metaPR
3937 - type : assignRegistrant
4038 issue : ' %actions.metaPR.data.number%'
@@ -50,9 +48,18 @@ steps:
5048 title: My amazing course
5149 ```
5250 position : 6
51+ - type : respond
52+ with : goto-first-pr.md
53+ data :
54+ url : ' %actions.metaPR.data.html_url%'
5355 - type : createIssue
5456 title : Transfer your course
55- body : 14.0_congratulations.md
57+ body : 14.0_congratulations.md
58+ action_id : transferIssue
59+ - type : respond
60+ with : goto-transfer.md
61+ data :
62+ url : ' %actions.transferIssue.data.html_url%'
5663
5764# 1
5865- title : Give your course a title
Original file line number Diff line number Diff line change 1+ Let's go to the [ first PR] ({{ url }}) which I've opened for you.
Original file line number Diff line number Diff line change 1+ Let's take a look at some [ instructions for transferring this repo] ({{ url }}).
You can’t perform that action at this time.
0 commit comments