Skip to content

Commit a717531

Browse files
authored
Remove ownership from @github-actions (#23543)
A bot cannot currently own a file, according to this https://github.community/t/is-it-possible-to-add-github-apps-bot-to-codeowners/3146
1 parent dba7131 commit a717531

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ package.json @github/docs-engineering
1919
/.github/workflows/create-translation-batch-pr.yml @github/docs-localization
2020
/.github/workflows/crowdin.yml @github/docs-localization
2121
/crowdin*.yml @github/docs-engineering @github/docs-localization
22-
/translations/ @github/docs-engineering @github/docs-localization @github-actions
23-
/translations/log/ @github/docs-localization @github-actions
22+
/translations/ @github/docs-engineering @github/docs-localization
23+
/translations/log/ @github/docs-localization
2424

2525
# Site Policy
2626
/content/github/site-policy/ @github/site-policy-admins

0 commit comments

Comments
 (0)