Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit af0be0c

Browse files
committed
add docs link to 'respond' action
1 parent f804a20 commit af0be0c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ steps:
360360
# with: 10.1_e-no-gate-options.md
361361
- type: respond
362362
with: 10.0_respond-success.md
363+
data:
364+
fileUrl: '%payload.repository.html_url%/blob/add-metadata/responses/pr-opened.md'
363365
- type: octokit
364366
method: pullRequests.createComment
365367
owner: '%payload.repository.owner.login%'

responses/10.0_respond-success.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ When your learner is successful, gates let the actions that follow execute.
22

33
## Step 11: Responding on success
44

5-
Let's respond to the learner letting by commenting in their pull request. We'll let them know they've completed our course by opening the pull request with a proper title.
5+
Let's respond to the learner by commenting in their pull request. We'll let them know they've completed our course.
66

77
### :keyboard: Activity: Responding to successful actions
88

9-
1. In the same step, add a `respond` action
10-
1. Add a `with:` option for the response file
9+
1. In the same step, add a [:book: `respond` action](https://github.github.com/learning-lab-equipment/#/actions/respond/)
10+
1. Add a `with: pr-opened.md` option for the response file
1111

12-
You can also accept the suggested changes below. We created the response file for you, but feel free to change it.
12+
You can also accept the suggested changes below. You don't need to worry about the `pr-opened.md` file, since [we created it]({{ fileUrl }}) for you, but feel free to change its contents.
1313

1414
<hr>
1515
<h3 align="center">I'll respond below when I detect a commit on this branch.</h3>

0 commit comments

Comments
 (0)