Skip to content

Commit ae67d3c

Browse files
authored
Merge pull request #239 from justwriteclick/ag-url
Quick URL fix
2 parents 2663219 + e3b3849 commit ae67d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)