Skip to content

Commit 8a18914

Browse files
chore(CI/CD): Remove codeowners from /docs directory (#8737)
## Summary This PR removes codeowners from the `/docs` directory, allowing any team member with repo write permissions to review and approve PRs involving documentation. ## Related Issues / Discussions Documentation review is a shared responsibility. ## QA Instructions None needed. ## Merge Plan Simple merge. ## Checklist - [X] _The PR has a short but descriptive title, suitable for a changelog_ - [ ] _Tests added / updated (if applicable)_ - [ ] _❗Changes to a redux slice have a corresponding migration_ - [ ] _Documentation added / updated (if applicable)_ - [ ] _Updated `What's New` copy (if doing a release after this PR)_
2 parents 5c00684 + d66df9a commit 8a18914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# continuous integration
22
/.github/workflows/ @lstein @blessedcoolant
33

4-
# documentation
5-
/docs/ @lstein @blessedcoolant
6-
/mkdocs.yml @lstein @blessedcoolant
4+
# documentation - anyone with write privileges can review
5+
/docs/
6+
/mkdocs.yml
77

88
# nodes
99
/invokeai/app/ @blessedcoolant @lstein @dunkeroni @JPPhoto

0 commit comments

Comments
 (0)