You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
# 1. Bot explains what is happening, and why the page build failed (we don't have a [test script](https://github.com/githubtraining/actions-template/blob/master/package.json#L10))
86
92
- title: Run a templated workflow
87
93
description: Wait for GitHub to run the templated workflow and report back the results
88
94
event: check_suite.completed
89
-
link: "{{ repoUrl }}/pull/2"
95
+
link: "{{ store.second_pr_url }}"
90
96
actions:
91
97
- type: gate
92
98
left: "%payload.check_suite.app.slug%"
@@ -109,7 +115,7 @@ steps:
109
115
- title: Add your first test
110
116
description: Add your first test script for CI to pick up
111
117
event: pull_request.synchronize
112
-
link: "{{ repoUrl }}/pull/2"
118
+
link: "{{ store.second_pr_url }}"
113
119
actions:
114
120
- type: respond
115
121
with: 03_wait-for-first-test.md
@@ -128,7 +134,7 @@ steps:
128
134
- title: Read an Actions log
129
135
description: Tell the bot which test is failing so we can fix it
130
136
event: issue_comment.created
131
-
link: "{{ repoUrl }}/pull/2"
137
+
link: "{{ store.second_pr_url }}"
132
138
actions:
133
139
- type: gate
134
140
left: "/(Initializes with two players)|(Starts the game with a random player)|(Sets the current player to be whoever it is not)/gim"
@@ -139,7 +145,7 @@ steps:
139
145
- type: respond
140
146
with: e-test-name.md
141
147
- type: getPullRequest
142
-
pullRequest: CI for Node
148
+
pullRequest: "{{ store.ci_for_node_pr }}"
143
149
action_id: ciPr
144
150
- type: respond
145
151
with: 04_read-failed-log.md
@@ -162,7 +168,7 @@ steps:
162
168
- title: Fix the test
163
169
description: Edit the file that's causing the test to fail
164
170
event: check_suite.completed
165
-
link: "{{ repoUrl }}/pull/2"
171
+
link: "{{ store.second_pr_url }}"
166
172
actions:
167
173
- type: gate
168
174
left: "%payload.check_suite.app.slug%"
@@ -196,7 +202,7 @@ steps:
196
202
- title: Share the workflow with the team
197
203
description: Merge the pull request containing your first workflow so the entire team can use it
0 commit comments