Skip to content

Commit e3b3849

Browse files
committed
Quick URL addition
1 parent 250bd28 commit e3b3849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/articles/2023-10-01-protecting-codeowners-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Then, make sure that the branch is protected using the repository's **Setting**
3232

3333
<img src="../../images/branch-protection-rule.png" alt="GitHub Branch protection rules settings.">
3434

35-
To see an example of this setup, look at the Microsoft 365 community documentation repository at https://github.com/MicrosoftDocs/microsoft-365-community/. The `CODEOWNERS` file contains a team name, `@microsoftdocs/officedocs-admin`, and those team members can review and merge the list of documents in the `CODEOWNERS` file. The documents contain configuration information as well as the `CODEOWNERS` file itself.
35+
To see an example of this setup, look at the Microsoft 365 community documentation repository at [https://github.com/MicrosoftDocs/microsoft-365-community/](https://github.com/MicrosoftDocs/microsoft-365-community/). The `CODEOWNERS` file contains a team name, `@microsoftdocs/officedocs-admin`, and those team members can review and merge the list of documents in the `CODEOWNERS` file. The documents contain configuration information as well as the `CODEOWNERS` file itself.
3636

3737
Example `CODEOWNERS` file from MicrosoftDocs:
3838
```

0 commit comments

Comments
 (0)