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

A repository administrator configures review controls for Copilot-created pull requests. The organization wants low-risk documentation changes to be lightweight, but changes to authentication, deployment, or compliance-scoped code must require human review and passing checks before merge. Evaluate the following statements. 1. The policy treats secret-backed workflow execution as requiring human intervention. 2. High-risk paths are allowed to bypass pull request review when tests pass. 3. The configuration separates lightweight documentation changes from higher-risk code paths.

ruleset: production-main
target: main

pull_request_rules:
  require_pull_request: true
  required_approving_reviews: 2
  require_code_owner_review: true

required_status_checks:
  strict: true
  checks:
    - build
    - test
    - codeql

copilot_workflow_policy:
  allow_unreviewed_workflow_runs: false
  require_human_approval_for_secret_access: true

path_risk_classification:
  low:
    - docs/**
    - .github/ISSUE_TEMPLATE/**
  medium:
    - src/**
    - tests/**
  high:
    - src/auth/**
    - infra/deploy/**
    - compliance/**

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