-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add ddev ci codeowners
command
#21312
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
base: master
Are you sure you want to change the base?
Conversation
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
Codecov Report❌ Patch coverage is Additional details and impacted files🚀 New features to boost your workflow:
|
What does this PR do?
Adds a new ddev command
ddev ci codeowners
to check repository CODEOWNERS for pull requests, commits, or specific files.Options:
--pr <number>
: Show codeowners for files changed in a pull request.--sha <commit>
: Show codeowners for files changed in a commit.--files <list>
: Show codeowners for a comma-separated list of files.--per-file
: Output owners per file instead of a combined list.Motivation
The size quality gates will enforce policies around newly added dependencies. To do this, they must identify which teams introduced those changes in a PR.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged