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

Commit 9041825

Browse files
committed
make a consistent step 11
1 parent c176747 commit 9041825

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
@@ -368,7 +368,7 @@ steps:
368368

369369
# 11
370370
- title: Validate a learner's PR
371-
description: Validate a learner's PR
371+
description: Add a gate to determine if the learner took the expected action.
372372
event: pull_request.synchronize
373373
actions:
374374
- type: getFileContents

responses/08.0_validate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The events that can act as triggers help Learning Lab know when something happen
44

55
Course authors can use **gates** to be validate the user's completion of a step. A [:book: `gate`](https://github.github.com/learning-lab-equipment/#/actions/gate/) is a Learning Lab action. Gates are conditionals, and they behave much like a conditional in Javascript. Let's add a `gate`, we'll specify its options in a later step.
66

7-
## Step 9: Add a gate
7+
## Step 11: Add a gate
88

99
Let's now validate the learner's PR. We asked them to title the pull request "Add name to README" so that's what we need to validate against.
1010

0 commit comments

Comments
 (0)