GitHubGithub GH-600 Agentic AI Developer Certification ·EN ·Updated 15 Jul 2026

A repository retires legacy-release-agent and replaces it with release-coordinator-agent. The team wants to preserve auditability for historical runs while ensuring new release workflow requests use the replacement path. A reviewer checks the retired profile and the replacement workflow.

# .github/agents/legacy-release-agent.md
---
name: legacy-release-agent
description: RETIRED. Use release-coordinator-agent for new release tasks.
target: github-copilot
user-invocable: false
disable-model-invocation: true
tools: []
---

Retirement record:
- Replacement: release-coordinator-agent
- Retired on: 2026-05-20
- Do not delete historical issues, pull requests, workflow logs, or artifacts.
# .github/workflows/release-coordinator.yml
name: release-coordinator

on:
  workflow_dispatch:
    inputs:
      release_issue:
        description: GitHub issue number containing the approved release plan
        required: true

permissions:
  contents: read
  issues: read
  pull-requests: read
  actions: read

jobs:
  summarize:
    runs-on: ubuntu-latest
    steps:
      - name: Record release handoff
        run: |
           echo "Use release-coordinator-agent for new release work"
           echo "Legacy release-agent records remain available in prior issues and runs"
Evaluate the following statements.

1. The retired profile blocks both manual and inferred selection.
2. The workflow keeps a manual continuity path for new releases.
3. The configuration deletes historical audit evidence.

Choose an answer

Tap an option to check your answer.

Pass your exam — without the endless answer hunt

Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.

Pass your exam faster No card needed
✓ Verified by ExamRoll editorial · Updated 15 July 2026
All-in-one access

One subscription. Every exam.

Every plan unlocks unlimited answer search, practice tests, AI explanations, and the full resource library — in 20+ languages.

Monthly
24.87
Just €0.83/day
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

Best value
12 months
179.87
Just €0.49/daySave 40%
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

✓ Free plan included · ✓ Cancel anytime · ✓ All plans unlock the full product