mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2452] [MERGED] chore: detect file changes by GitHub CLI #2488
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/2452
Author: @Stream29
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @Yeuoly
Base:
main← Head:chore/e2e-ci-fix📝 Commits (1)
7a2ce7echore: detect file changes by GitHub CLI📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
.github/workflows/plugin-e2e-test.yaml(+4 -4)📄 Description
Related Issues or Context
#2413 added CI for e2e tests of plugins. But the way to detect the changed files list is incorrect. (Compare with
main) It often runs more test than needed.This PR correct the way to detect the changed files list to make the CI exactly run the essential workflows.
This PR contains Changes to Non-Plugin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.