Skip to content

feat(repo): Add agent-dispatcher-repo workload configuration#38

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-agent-dispatcher-repo
Draft

feat(repo): Add agent-dispatcher-repo workload configuration#38
Copilot wants to merge 2 commits intomainfrom
copilot/create-agent-dispatcher-repo

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

Adds workload repository configuration for agent-dispatcher (Test) to template_repositories. Automated request from ALZ vending dispatcher after landing zone provisioning in nathlan/alz-subscriptions#37.

Configuration

{
  name                                              = "agent-dispatcher-repo"
  description                                       = "ALZ workload repository for agent-dispatcher (Test)"
  visibility                                        = "internal"
  branch_protection_required_approving_review_count = 1
  teams = [
    { team_slug = "app-dev-team", permission = "maintain" },
    { team_slug = "platform-engineering", permission = "admin" }
  ]
}

Impact

On terraform apply, creates repository from alz-workload-template with:

  • Internal visibility
  • app-dev-team (maintain) + platform-engineering (admin) access
  • Branch protection requiring 1 approval
  • Standard ALZ workflows and Azure OIDC configuration
Original prompt

This section details on the original issue you should resolve

<issue_title>feat: Create workload repository — agent-dispatcher-repo</issue_title>
<issue_description>## Workload Repository Request

This issue was automatically created by the alz-vending-dispatcher after a landing zone was provisioned in nathlan/alz-subscriptions.

Configuration Details

Field Value
Repository Name agent-dispatcher-repo
Description ALZ workload repository for agent-dispatcher (Test)
Visibility internal
Team app-dev-team
Workload agent-dispatcher
Environment Test (test)
Required Approving Reviews 1
Source Issue nathlan/alz-subscriptions#37

Instructions

Add a new entry to the template_repositories list in terraform/terraform.tfvars. Follow the existing entry format in the file. Do NOT create new Terraform module files — the module structure already exists.

The entry should include:

  • Team access: app-dev-team with maintain permission, platform-engineering with admin permission
  • All other settings derived from the Configuration Details table above

Create a draft PR with the change.

Generated by ALZ Vending Dispatcher for issue #37

Comments on the Issue (you are @copilot in this section)

Custom agent used: GitHub Configuration Agent
Discovers GitHub settings and generates Terraform code to manage configuration via pull requests


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: nathanjnorris <13533617+nathanjnorris@users.noreply.github.com>
Copilot AI changed the title [WIP] Create workload repository for agent-dispatcher feat(repo): Add agent-dispatcher-repo workload configuration Feb 18, 2026
Copilot AI requested a review from nathanjnorris February 18, 2026 03:16
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.

feat: Create workload repository — agent-dispatcher-repo

2 participants

Comments