50
50
- title : ' Install Dependencies'
51
51
description : Get the repo up and working in your computer
52
52
event : pull_request.synchronize
53
- link : ' %actions.setup_pr.data.html_url% '
53
+ link : ' {{ repoUrl }}/pull/2 '
54
54
actions :
55
55
- type : getFileContents
56
56
action_id : fileContents
65
65
- title : ' Setting up an Editor'
66
66
description : Install VS Code
67
67
event : pull_request.synchronize
68
- link : ' %actions.setup_pr.data.html_url% '
68
+ link : ' {{ repoUrl }}/pull/2 '
69
69
actions :
70
70
- type : getFileContents
71
71
action_id : fileContents
80
80
- title : ' Building the Project'
81
81
description : Create project bundle
82
82
event : pull_request.synchronize
83
- link : ' %actions.setup_pr.data.html_url% '
83
+ link : ' {{ repoUrl }}/pull/2 '
84
84
actions :
85
85
- type : getFileContents
86
86
filename : bundle/index.js
95
95
- title : ' Testing the Project'
96
96
description : Run the tests in the project.
97
97
event : pull_request.synchronize
98
- link : ' %actions.setup_pr.data.html_url% '
98
+ link : ' {{ repoUrl }}/pull/2 '
99
99
actions :
100
100
- type : getFileContents
101
101
filename : __tests__/model_test.re
@@ -110,7 +110,7 @@ steps:
110
110
- title : ' Verifying the App Works'
111
111
description : Create project bundle
112
112
event : pull_request_review.submitted
113
- link : ' %actions.setup_pr.data.html_url% '
113
+ link : ' {{ repoUrl }}/pull/2 '
114
114
actions :
115
115
- type : gate
116
116
left : ' %payload.review.state%'
@@ -132,7 +132,7 @@ steps:
132
132
- title : ' Fin: Wrapping it up!'
133
133
description : Additional links
134
134
event : issues
135
- link : ' %actions.final_issue.data.html_url% '
135
+ link : ' {{ repoUrl }}/issues/3 '
136
136
actions :
137
137
- type : gate
138
138
left : ' %payload.action%'
0 commit comments