@@ -286,7 +286,7 @@ steps:
286286 event :
287287 - pull_request.opened
288288 - pull_request.edited
289- link : " {{store.thirdIssueUrl }}"
289+ link : " {{store.thirdPullUrl }}"
290290 actions :
291291 - type : gate
292292 store :
@@ -317,17 +317,17 @@ steps:
317317 columnID : " %actions.listColumns.data.0.id%"
318318 quicklink : " %payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
319319
320- - title : Merge the final workflow
321- description : Merge the final workflow into the repository
320+ - title : Use a templated response
321+ description : Create the comment body from a template using the Node.js file system module
322322 event : pull_request.synchronize
323323 link : " {{store.thirdPullUrl}}"
324324 actions :
325325 - type : createReview
326326 body : 08_merge-workflow.md
327327 event : APPROVE
328328
329- - title : See workflow results
330- description : See the results of the final workflow run
329+ - title : Merge the updated workflow
330+ description : Merge the worklow to the master branch
331331 event : pull_request.closed
332332 link : " {{store.thirdPullUrl}}"
333333 actions :
@@ -357,8 +357,8 @@ steps:
357357 # issueURL: "%actions.triggerIssue.data.html_url%"
358358 issueURL : " %registration.store.fourthIssueUrl%"
359359
360- - title : Open an issue
361- description : Open another issue that does not contain the bug tag
360+ - title : Another workflow run
361+ description : Observe the results of an enhanced workflow run
362362 # event: check_suite.completed
363363 event : issue_comment.created
364364 link : " {{store.fourthIssueUrl}}"
0 commit comments