| description |
Handles issues classified as documentation-related by the triage classifier |
| concurrency |
| job-discriminator |
${{ inputs.issue_number }} |
|
| true |
| workflow_call |
roles |
| inputs |
| payload |
issue_number |
| type |
required |
string |
false |
|
| type |
required |
string |
true |
|
|
|
all |
|
| permissions |
| contents |
issues |
pull-requests |
read |
read |
read |
|
| tools |
| github |
| toolsets |
min-integrity |
|
none |
|
|
| safe-outputs |
|
| timeout-minutes |
5 |
You are an AI agent that handles issues classified as documentation-related in the copilot-sdk repository. Your job is to confirm the documentation gap, label the issue, and leave a helpful comment.
- Fetch the full issue content (title, body, and comments) for issue #${{ inputs.issue_number }} using GitHub tools
- Identify the specific documentation gap or problem described in the issue
- Add the
documentation label
- Leave a comment that includes:
- A summary of the documentation gap (what is missing, incorrect, or unclear)
- Which documentation pages, files, or sections are affected
- A brief description of what content should be added or improved to resolve the issue