Skip to content

Fix CODEOWNERS org slug casing for automatic reviewer assignment#140

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/check-codeowners-syntax
Draft

Fix CODEOWNERS org slug casing for automatic reviewer assignment#140
Copilot wants to merge 2 commits intomainfrom
copilot/check-codeowners-syntax

Conversation

Copy link

Copilot AI commented Feb 18, 2026

CODEOWNERS auto-assignment silently fails because @CodeForPhilly/ops uses mixed-case org name instead of the lowercase slug GitHub expects.

  • Changed @CodeForPhilly/ops@codeforphilly/ops to match the team slug format
-* @CodeForPhilly/ops
+* @codeforphilly/ops

Note: If auto-assignment still doesn't work after this, verify the ops team has explicit write access to this repo and is not set to secret visibility — both are required by GitHub for CODEOWNERS. The sibling repo cfp-sandbox-cluster has the same issue.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/orgs/CodeForPhilly
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)
  • https://api.github.com/orgs/CodeForPhilly/teams
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)
  • https://api.github.com/repos/CodeForPhilly/cfp-live-cluster/codeowners/errors
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ignment

Co-authored-by: themightychris <458494+themightychris@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate issue with CODEOWNERS file assignment Fix CODEOWNERS org slug casing for automatic reviewer assignment Feb 18, 2026
Copilot AI requested a review from themightychris February 18, 2026 03:13
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.

2 participants

Comments