This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ steps:
300
300
with : 07_use-fs.md
301
301
data :
302
302
columnID : " %actions.listColumns.data.0.id%"
303
- quicklink : " %payload.repository.html_url%/edit/%payload.repository .head.ref%/.github/workflows/my-workflow.yml"
303
+ quicklink : " %payload.repository.html_url%/edit/%payload.pull_request .head.ref%/.github/workflows/my-workflow.yml"
304
304
305
305
- title : Merge the final workflow
306
306
description : Merge the final workflow into the repository
@@ -331,6 +331,12 @@ steps:
331
331
I'll respond here once it has completed!
332
332
labels : ["bug"]
333
333
334
+ - type : respond
335
+ with : new-issue.md
336
+ issue : 6
337
+ data :
338
+ issueURL : " %actions.triggerIssue.data.html_url%"
339
+
334
340
- title : Open an issue
335
341
description : Open another issue that does not contain the bug tag
336
342
event : check_suite.completed
@@ -343,7 +349,7 @@ steps:
343
349
with : 09_issue-activity.md
344
350
issue : 7
345
351
data :
346
- quicklink : " %payload.repository.htm_url %/issues/new"
352
+ quicklink : " %payload.repository.html_url %/issues/new"
347
353
348
354
- title : Course recap
349
355
description : Final notes on course
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ We will make the following changes to the current workflow file:
7
7
8
8
### :keyboard : Activity: Add newly opened issue to project board
9
9
10
- 1 . [ Edit] ( {{quicklink}} ) the current workflow to have he following contents:
10
+ 1 . [ Edit] ( {{quicklink}} ) the current workflow to have the following contents:
11
11
12
12
``` yaml
13
13
name : Learning GitHub Script
You can’t perform that action at this time.
0 commit comments