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

Commit 300b93f

Browse files
committed
make a consistent step 12
1 parent 9041825 commit 300b93f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ steps:
422422

423423
# 12
424424
- title: Use contextual information to validate
425-
description: Use contextual information to validate
425+
description: Add options to the gate action.
426426
event: pull_request.synchronize
427427
actions:
428428
- type: getFileContents

responses/09.0_add-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Step 10: Add validation
1+
### Step 12: Add validation
22
We need to validate against the learner's pull request title. This information is accessible to us [:book: from the payload](https://github.github.com/learning-lab-equipment/#/3-3-writing-steps?id=accessing-payload-data) that is sent with the event. In this case, the information was sent from a `pull_request.opened` event.
33

44
You can see an example of all the information sent [in the GitHub Developer docs](https://developer.github.com/v3/activity/events/types/#webhook-payload-example-26).

0 commit comments

Comments
 (0)