Skip to content

Add CODEOWNERS file to define code reviewers #67

Description

@BreakableHoodie

What

This repo is missing a CODEOWNERS file. Without one, GitHub has no way to automatically request reviews from the right people when a pull request is opened.

Why now

CivicTechWR recently updated its branch protection and CODEOWNERS guidance. Each project repo manages its own review gates — the org-level .github CODEOWNERS does not propagate here.

How to fix

Create a CODEOWNERS file in the repo root:

# Primary reviewers
* @CivicTechWR/connected-kw

# Keep organizers looped in on workflow and governance changes
/.github/workflows/** @CivicTechWR/connected-kw @CivicTechWR/organizers
/docs/**              @CivicTechWR/connected-kw @CivicTechWR/organizers

Then enable Require review from Code Owners in Settings → Branches → branch protection rule for main.

See the full guidance doc for details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions