From 1e7432895764ad34c55e19cab7a2f6d233e8ce78 Mon Sep 17 00:00:00 2001 From: Henry <67581577+hturp@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:17:21 +0200 Subject: [PATCH] Update GitHub repo setup instructions. Add a step explaining how to enable stale PR approval dismissal when more code is committed. --- walkthroughs/week-1-setup/github-setup-walkthrough.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/walkthroughs/week-1-setup/github-setup-walkthrough.md b/walkthroughs/week-1-setup/github-setup-walkthrough.md index 12754fe..ae4595c 100644 --- a/walkthroughs/week-1-setup/github-setup-walkthrough.md +++ b/walkthroughs/week-1-setup/github-setup-walkthrough.md @@ -119,8 +119,9 @@ set your repo to require pull requests. 5. Type `master` into the `Branch name pattern` text box. 6. Select `Require pull request reviews before merging` and `Include administrators`. -7. Click `Create`. -8. Click `Save changes`. +7. Select `Dismiss stale pull request approvals when new commits are pushed`. +8. Click `Create`. +9. Click `Save changes`. ## Tell git Who You Are