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

Commit 16b860d

Browse files
Merge pull request #41 from AliabbasMerchant/master
Changes to line numbers
2 parents 1e22de5 + 2e83c62 commit 16b860d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ steps:
6060
data:
6161
actionsUrl: '%payload.repository.html_url%/actions'
6262
- type: createPullRequestComment
63-
position: 3
63+
position: 6
6464
file: .github/workflows/nodejs.yml
6565
body: 01_explain-on.md
6666
- type: createPullRequestComment
67-
position: 8
67+
position: 12
6868
file: .github/workflows/nodejs.yml
6969
body: 01_explain-job.md
7070
- type: createPullRequestComment
71-
position: 17
71+
position: 21
7272
file: .github/workflows/nodejs.yml
7373
body: 01_explain-checkout.md
7474
- type: createPullRequestComment
75-
position: 24
75+
position: 27
7676
file: .github/workflows/nodejs.yml
7777
body: 01_explain-run.md
7878
- type: createPullRequest

responses/17_protect-master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Next, add branch protections and continue with the course.
2020
### :keyboard: Activity: Complete the automated review process by protecting the master branch
2121

2222
1. Go to [**Branches**]({{ settingsUrl}}/branches) settings. You can navigate to that page manually by clicking on the right-most tab in the top of the repository called **Settings** and then clicking on **Branches**.
23-
2. Click on [**Add rule**]({{ settingsUrl }}/branch_protection_rules/new).
23+
2. Click on [**Add rule**]({{ settingsUrl }}/branch_protection_rules/new) under "Branch protection rules".
2424
3. Type `master` in **Branch name pattern**.
2525
4. Check **Require pull request reviews before merging**.
2626
5. Check **Require status checks to pass before merging**.

0 commit comments

Comments
 (0)