Add CODEOWNERS so PRs get a reviewer - #102
Merged
Merged
Conversation
The repo has no CODEOWNERS in any of the three locations GitHub reads, and nothing in dependabot.yml fills in for it (`reviewers` is gone from Dependabot's options reference; we set no `assignees`). So Dependabot PRs open with no reviewer and no assignee -- #100 has been sitting that way -- and every other PR depends on someone noticing it. @localstack/saas matches where secops already routes this image's CVE findings (localstack_products.json, team: SaaS), and the one collaborator with push access who has been reviewing here is in that team. Same single-glob pattern as secops' CODEOWNERS, which is what auto-requests core-systems on its Dependabot PRs (e.g. localstack/secops#110), so this is proven to work for bot PRs in this org. Note it only auto-requests: main has no branch protection or rulesets, so nothing blocks a merge without review. Enforcing that needs a ruleset with "Require review from Code Owners".
Pive01
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Especially thinking of dependabot PRs.