Skip to content

Commit 0009250

Browse files
authored
Document max parameter limitation for create-pull-request safe-output (#4032)
1 parent f9c3a16 commit 0009250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@
24982498
"oneOf": [
24992499
{
25002500
"type": "object",
2501-
"description": "Configuration for creating GitHub pull requests from agentic workflow output",
2501+
"description": "Configuration for creating GitHub pull requests from agentic workflow output. Note: The max parameter is not supported for pull requests - workflows are always limited to creating 1 pull request per run. This design decision prevents workflow runs from creating excessive PRs and maintains repository integrity.",
25022502
"properties": {
25032503
"title-prefix": {
25042504
"type": "string",

0 commit comments

Comments
 (0)