-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add web engineering to the CODEOWNERS file for website tooling, but not content. #29418
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -31,7 +31,19 @@ | |||||||||||||||
/vault/plugin_catalog.go @hashicorp/vault-ecosystem | ||||||||||||||||
|
||||||||||||||||
# Content on developer.hashicorp.com | ||||||||||||||||
/website/ @hashicorp/vault-education-approvers | ||||||||||||||||
|
||||||||||||||||
# Engineering and web presence get notified of, and can approve changes to web tooling, but not content. | ||||||||||||||||
|
||||||||||||||||
/website/ @hashicorp/web-presence @hashicorp/vault | ||||||||||||||||
/website/data/ | ||||||||||||||||
/website/public/ | ||||||||||||||||
/website/content/ | ||||||||||||||||
|
||||||||||||||||
# Education and engineering get notified of, and can approve changes to web content. | ||||||||||||||||
|
||||||||||||||||
/website/data/ @hashicorp/vault-education-approvers @hashicorp/vault | ||||||||||||||||
/website/public/ @hashicorp/vault-education-approvers @hashicorp/vault | ||||||||||||||||
/website/content/ @hashicorp/vault-education-approvers @hashicorp/vault | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I'm leaving the |
||||||||||||||||
|
||||||||||||||||
# Plugin docs | ||||||||||||||||
/website/content/docs/plugins/ @hashicorp/vault-ecosystem @hashicorp/vault-education-approvers | ||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding
@hashicorp/vault
as an owner for files under/website/
and the content-specific folders below?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My reasoning was that we would want the engineering team to have complete control over their own repo, in case (and I know this is very unlikely) there was a problem in one of these files that blocked a release or some other emergency. I don't think we explicitly exclude these directories from CI and release tooling, so I just want to make sure there's nothing in here that engineering couldn't fix on their own in a pinch.