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

A repository owner wants agent-assisted changes to remain scoped to octo-org/customer-api. The team uses an issue template for Copilot tasks and a validation workflow that fails if the workflow is run from another repository. Evaluate the following statements. 1. The issue template helps make the intended repository explicit. 2. The workflow prevents validation from succeeding in a copied repository. 3. The template alone prevents Copilot from reading any other repository.

# .github/ISSUE_TEMPLATE/copilot-task.yml
name: Copilot repository-scoped task
description: Request Copilot work for customer-api only
body:
  - type: input
    id: target_repository
    attributes:
      label: Target repository
      value: octo-org/customer-api
    validations:
      required: true
  - type: textarea
    id: task_scope
    attributes:
      label: Approved task scope
      description: Describe files, tests, and constraints for this repository only.
    validations:
      required: true
name: validate-agent-repository-scope

on:
  pull_request:
    branches:
      - main

permissions:
  contents: read
  pull-requests: read

jobs:
  scope-check:
    runs-on: ubuntu-latest
    steps:
      - name: Check repository
        run: |
           test "${{ github.repository }}" = "octo-org/customer-api"

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