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

Commit 157df4b

Browse files
committed
fix suggested change line numbers
1 parent 44cbb94 commit 157df4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ steps:
414414
```suggestion
415415
- type: gate
416416
```
417-
position: 32
417+
position: 27
418418

419419
# 12
420420
- title: Validate a learner's PR
@@ -445,7 +445,7 @@ steps:
445445
```suggestion
446446
left: '\%payload.pull_request.title\%'
447447
```
448-
position: 33
448+
position: 28
449449
- type: octokit
450450
method: pullRequests.createComment
451451
owner: '%payload.repository.owner.login%'
@@ -457,7 +457,7 @@ steps:
457457
```suggestion
458458
operator: ===
459459
```
460-
position: 34
460+
position: 29
461461
- type: octokit
462462
method: pullRequests.createComment
463463
owner: '%payload.repository.owner.login%'
@@ -469,7 +469,7 @@ steps:
469469
```suggestion
470470
right: Add name to README
471471
```
472-
position: 35
472+
position: 30
473473

474474
# 13
475475
- title: Use contextual information to validate
@@ -502,7 +502,7 @@ steps:
502502
```suggestion
503503
- type: respond
504504
```
505-
position: 36
505+
position: 31
506506
- type: octokit
507507
method: pullRequests.createComment
508508
owner: '%payload.repository.owner.login%'
@@ -514,7 +514,7 @@ steps:
514514
```suggestion
515515
with: pr-opened.md
516516
```
517-
position: 37
517+
position: 32
518518

519519
# 14
520520
- title: Respond to a learner's successful PR

responses/02.0_add-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Let's add our own template repository. To speed things up, we've created a templ
1414

1515
### :keyboard: Activity: Add a template repository
1616

17-
1. Replace the commented `repo:` under `template:` in the `config.yml` file with a title of your first course
17+
1. Replace the commented `repo:` under `template:` in the `config.yml` file with a title of your template repository.
1818
- Note: You can do this by editing the file, or accepting my suggested change
1919

2020
<hr>

0 commit comments

Comments
 (0)