feat(integrations): Advanced GitHub Projects write support and Issue Templating parity (#563)#564
Closed
klausagnoletti wants to merge 3 commits intoRedPlanetHQ:mainfrom
Closed
Conversation
…tion - Add get_me identity tool. - Add repository content tools: get_file_contents, create_or_update_file, delete_file. - Add full label management tools: list_labels, create_label, update_label, delete_label. - Add pull request management: update_pull_request, merge_pull_request. - Improve issues: add search_issues and support label names in create/update.
…eberg GitHub: - Implement Projects v2 write support (add item, update field, delete). - Add issue template discovery and automated creation from template. - Add get_me identity tool. - Fix MCP SDK imports to use SSEClientTransport. Codeberg: - Implement issue template discovery (.forgejo/ISSUE_TEMPLATE) and creation. - Add list_projects tool for parity. - Support automated label resolution in templated issues.
Member
|
thanks for the contribution. will look into this soon. |
Member
|
merged in #569 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces advanced automation capabilities for both GitHub and Codeberg integrations, achieving functional parity for project management and issue reporting workflows.
GitHub Integration (Projects v2 \u0026 Templating):
github_add_project_item: Add issues/PRs to projects.github_update_project_field_value: Update Status, Priority, and custom select fields.github_delete_project_item: Remove items from boards..github/ISSUE_TEMPLATE/*.yml), including automatic label application.github_get_metool.SSEClientTransport.Codeberg Integration (Templating \u0026 Parity):
.forgejo/ISSUE_TEMPLATE.list_projectsto match GitHub's baseline functionality.These changes enable AI agents to respect repository standards and participate fully in project board management on both platforms.
Fixes #563