Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Schoen <[email protected]>
  • Loading branch information
parkerbxyz and amyschoen authored Jan 12, 2022
1 parent 955597c commit 12fc9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion practice-repos/caption-this/issue_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

We will all be using this repository today. Even though it's public right now, you will not be able to make changes until you're given the correct permissions. We've automated this process via the GitHub API. Once you comment, we will add you as a collaborator.

You'll start to receive a lot of emails. (❗) You can slow these down immediately by clicking the **Unatch** button at the top of the page and selecting either the **Participating and @mentions** or **Ignore** option.
You'll start to receive a lot of emails. (❗) You can slow these down immediately by clicking the **Unwatch** button at the top of the page and selecting either the **Participating and @mentions** or **Ignore** option.
2 changes: 1 addition & 1 deletion script/create-initial-repo
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ update_branch_protections() {
# Update branch protection rules for the default branch
if http --check-status --ignore-stdin --quiet --auth "$TOKEN_OWNER:$TEACHER_PAT" --raw '{
"required_status_checks": null,
"enforce_admins": true,
"enforce_admins": false,
"required_pull_request_reviews": {
"required_approving_review_count": 1
},
Expand Down

0 comments on commit 12fc9c9

Please sign in to comment.