-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update CODEOWNERS to include the OSS Tooling Guild #7472
Conversation
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.
lgtm !
pyproject.toml @dbt-labs/guild-oss-tooling | ||
requirements.txt @dbt-labs/guild-oss-tooling | ||
dev_requirements.txt @dbt-labs/guild-oss-tooling | ||
/core/setup.py @dbt-labs/guild-oss-tooling |
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.
Should /plugins/postgres/setup.py
and /core/MANIFEST.in
be in this list too?
I see in the root level requirements.txt a reference to:
./core
that points pip to:/core/setup.py
(covered here)/core/MANIFEST.in
./plugins/postgres
that points pip to/plugins/postgres/setup.py
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.
Good catch! Added.
/plugins/postgres/setup.py
is listed below with two owners. The adapters team wants to maintain ownership of the file as well.
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.
Thanks for the update here!
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.
LGTM!
Description
Add the OSS Tooling Guild to CODEOWNERS. Once we settle on all the files we need to replicate this in the adapter repos. They review should not required but this will help keep us aware of changes made.
Should also add this to, in the least:
dbt-labs/actions
dbt-labs/dbt-release
dbt-labs/homebrew-dbt
Open to any changes to my proposal.
Checklist
changie new
to create a changelog entry