Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 4 additions & 29 deletions .github/workflows/campaign-manager.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 4 additions & 29 deletions .github/workflows/playground-org-project-update-issue.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions pkg/workflow/js/safe_outputs_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@
"description": "Add or update items in GitHub Projects v2 boards. Can add issues/PRs to a project and update custom field values. Requires the project URL, content type (issue or pull_request), and content number. Use campaign_id to group related items.",
"inputSchema": {
"type": "object",
"required": ["project", "content_type"],
"properties": {
"project": {
"type": "string",
Expand Down Expand Up @@ -614,20 +615,6 @@
"description": "Whether to create the project if it doesn't exist. Defaults to false. Requires projects:write permission when true."
}
},
"oneOf": [
{
"required": ["project", "content_type", "content_number"],
"properties": {
"content_type": { "enum": ["issue", "pull_request"] }
}
},
{
"required": ["project", "content_type", "draft_title"],
"properties": {
"content_type": { "const": "draft_issue" }
}
}
],
"additionalProperties": false
}
}
Expand Down
Loading