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

A repository uses issue labels to separate planning tasks from implementation tasks. Planning issues use the label agent-plan, while implementation issues use agent-execute. The team wants a lightweight workflow that validates planning issues without granting write permissions or creating pull requests. Which option completes the workflow?

name: validate-agent-plan

on:
  issues:
    types:
      - labeled

permissions:
  contents: read
  issues: (Missing value 1)
  pull-requests: (Missing value 2)

jobs:
  check-plan-boundary:
    if: contains(github.event.issue.labels.*.name, 'agent-plan')
    runs-on: ubuntu-latest
    steps:
      - name: Validate planning issue text
        (Missing value 3): |
           test -n "${{ github.event.issue.title }}"
           echo "Planning issue detected; no execution branch is created."

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