[PR #183] [MERGED] feat(cli): add github ci to template #354

Closed
opened 2026-02-16 01:15:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/183
Author: @Nov1c444
Created: 4/8/2025
Status: Merged
Merged: 4/15/2025
Merged by: @Yeuoly

Base: mainHead: feat/template-add-ci


📝 Commits (4)

  • 91dfb0b feat(cli): add github ci to template
  • 8971972 chore: change the trigger condition to release
  • 52c29ae feat: add guide document
  • 05c9837 fix: add .github to .gitignore

📊 Changes

6 files changed (+155 additions, -0 deletions)

View changed files

📝 cmd/commandline/bundle/init.go (+5 -0)
📝 cmd/commandline/plugin/init.go (+5 -0)
📝 cmd/commandline/plugin/template.go (+3 -0)
cmd/commandline/plugin/templates/.github/workflows/plugin-publish.yml (+109 -0)
📝 cmd/commandline/plugin/templates/python/.difyignore (+1 -0)
📝 cmd/commandline/plugin/templates/python/GUIDE.md (+32 -0)

📄 Description

Added GitHub CI workflow to the template files created by the CLI.
If you wanna learn more: https://docs.dify.ai/plugins/publish-plugins/plugin-auto-publish-pr


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/183 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/template-add-ci` --- ### 📝 Commits (4) - [`91dfb0b`](https://github.com/langgenius/dify-plugin-daemon/commit/91dfb0b0191257e842c7b128f79737fbea5bd391) feat(cli): add github ci to template - [`8971972`](https://github.com/langgenius/dify-plugin-daemon/commit/8971972d913643246c419c1c3c230aa300aee064) chore: change the trigger condition to release - [`52c29ae`](https://github.com/langgenius/dify-plugin-daemon/commit/52c29aee4f493bdd558a87e9d2c81106c12d53e4) feat: add guide document - [`05c9837`](https://github.com/langgenius/dify-plugin-daemon/commit/05c983700eedb002ca14383b81ce577a749c108d) fix: add .github to .gitignore ### 📊 Changes **6 files changed** (+155 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/bundle/init.go` (+5 -0) 📝 `cmd/commandline/plugin/init.go` (+5 -0) 📝 `cmd/commandline/plugin/template.go` (+3 -0) ➕ `cmd/commandline/plugin/templates/.github/workflows/plugin-publish.yml` (+109 -0) 📝 `cmd/commandline/plugin/templates/python/.difyignore` (+1 -0) 📝 `cmd/commandline/plugin/templates/python/GUIDE.md` (+32 -0) </details> ### 📄 Description Added GitHub CI workflow to the template files created by the CLI. If you wanna learn more: https://docs.dify.ai/plugins/publish-plugins/plugin-auto-publish-pr --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:40 -05:00
yindo closed this issue 2026-02-16 01:15:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#354