mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #526] [CLOSED] fix: improve error handling in GithubRepositoryReadmeTool #1422
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/526
Author: @itning
Created: 3/20/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
345a634feat: add GitHub repository README tool and update dependencies502329dMerge remote-tracking branch 'origin/main'363ea69refactor: rename GithubRepositoriesTool to GithubRepositoryReadmeTool for claritya544d8bMerge branch 'langgenius:main' into main26c14fffix: improve error handling in GithubRepositoryReadmeToolba2ef73chore: bump version to 0.0.4 in manifest.yaml📊 Changes
2 files changed (+11 additions, -16 deletions)
View changed files
📝
tools/github/manifest.yaml(+1 -1)📝
tools/github/tools/github_repository_readme.py(+10 -15)📄 Description
Why modify the error handling logic of this tool?
When retrying on failure is enabled, the retry will not be executed because the system does not capture the error.
After modification, retry is allowed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.