mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1332] [MERGED] feat(github): github #1839
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1332
Author: @Mairuis
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @crazywoola
Base:
main← Head:feat/github📝 Commits (2)
b415125feat(github): githube5ac5bcfeat(github): github📊 Changes
31 files changed (+2031 additions, -98 deletions)
View changed files
📝
tools/github/README.md(+4 -4)📝
tools/github/_assets/github_1.PNG(+0 -0)📝
tools/github/_assets/github_2.PNG(+0 -0)📝
tools/github/_assets/github_3.PNG(+0 -0)📝
tools/github/main.py(+2 -2)📝
tools/github/manifest.yaml(+11 -9)📝
tools/github/provider/github.py(+65 -20)📝
tools/github/provider/github.yaml(+56 -22)📝
tools/github/requirements.txt(+1 -1)📝
tools/github/tools/github_repositories.py(+49 -25)➕
tools/github/tools/github_repository_commits.py(+123 -0)➕
tools/github/tools/github_repository_commits.yaml(+84 -0)➕
tools/github/tools/github_repository_contents.py(+136 -0)➕
tools/github/tools/github_repository_contents.yaml(+70 -0)➕
tools/github/tools/github_repository_contributors.py(+87 -0)➕
tools/github/tools/github_repository_contributors.yaml(+58 -0)➕
tools/github/tools/github_repository_info.py(+108 -0)➕
tools/github/tools/github_repository_info.yaml(+44 -0)➕
tools/github/tools/github_repository_issues.py(+108 -0)➕
tools/github/tools/github_repository_issues.yaml(+100 -0)...and 11 more files
📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.