Open a remediation PR
open_prOpen a mergeable pull request with remediated files to fix accessibility issues, limited to the configured target repository.
Instructions
Open a mergeable PR with the remediated files. STRICT GUARDRAIL: only ever operates on the repo configured in A11Y_TARGET_REPO - never an arbitrary repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Pull request body. | |
| repo | No | Optional safety assertion - must equal A11Y_TARGET_REPO if set. | |
| files | Yes | Files to commit on the new branch. | |
| title | Yes | Pull request title. | |
| branch | Yes | New branch name to create for the PR. | |
| commitMessage | No | Commit message (defaults to the PR title). |