Skip to content

ci: add CODEOWNERS - #35

Merged
Pragadeesh122 merged 1 commit into
mainfrom
ci/add-codeowners
May 23, 2026
Merged

ci: add CODEOWNERS#35
Pragadeesh122 merged 1 commit into
mainfrom
ci/add-codeowners

Conversation

@Pragadeesh122

Copy link
Copy Markdown
Owner

Adds .github/CODEOWNERS mapping security-sensitive paths to the repo owner.

No behavior change today (solo project, 0 required approvals). The file exists so that:

  1. The moment a second contributor joins, CI/helm/auth changes auto-request review without further config.
  2. PR UI shows '@Pragadeesh122 has been requested for review' on relevant PRs, which is a useful audit trail.
  3. The ruleset's existing require_code_owner_review: true setting stops being a silent no-op.

Paths covered:

  • .github/** (workflows + CI config)
  • Dockerfile + frontend/Dockerfile
  • helm/** (deploy surface)
  • scripts/**
  • alembic/** + database/** (schema)
  • api/server.py + api/rate_limit.py (auth/secrets-adjacent)

@Pragadeesh122
Pragadeesh122 merged commit 0e03ea6 into main May 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant