mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1726] [MERGED] feat: change workflow #1808
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-plugins/pull/1726
Author: @crazywoola
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @crazywoola
Base:
main← Head:feat/update-workflow📝 Commits (1)
0364cbdfeat: change workflow📊 Changes
1 file changed (+111 additions, -132 deletions)
View changed files
📝
.github/workflows/pre-check-plugin.yaml(+111 -132)📄 Description
This pull request updates the plugin pre-check GitHub Actions workflow to improve the reporting and organization of CI results. The main change is the removal of the step that posted a combined plugin content comment directly to the pull request, replacing it with a more detailed and user-friendly summary in the GitHub Actions step summary. The new summary includes collapsible sections for plugin files and error details, making it easier to review plugin package contents and validation results.
Key improvements include:
Reporting and Output Enhancements:
manifest.yaml,README.md,PRIVACY.md,requirements.txt,pyproject.toml) to improve readability and accessibility in the summary.Status Table and Error Handling:
PLUGIN_PATH) and missing files gracefully, adding warnings or notes to the summary as needed.General Workflow Modernization:
These changes make the workflow output more informative, easier to navigate, and less intrusive in pull request discussions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.