[PR #7] [MERGED] ci: add workflows sync pkg to marketplace #521

Closed
opened 2026-02-22 17:31:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/7
Author: @RockChinQ
Created: 12/17/2024
Status: Merged
Merged: 12/18/2024
Merged by: @JohnJyong

Base: mainHead: ci/sync


📝 Commits (10+)

  • 247f12a ci: add pre-check workflow
  • c7338a4 Merge pull request #2 from langgenius/ci/sync
  • fcc4783 fix: ci makes duplicated .scripts dir
  • defe207 Merge pull request #4 from langgenius/ci/sync
  • 597da38 fix: bad condition
  • 833b0db fix: bad script path
  • a3da61e ci: add upload workflow
  • 40609a3 fix: scripts not downloaded
  • 8f5f2fd ci: check author and version
  • 8c83b18 ci: GH_TOKEN not set

📊 Changes

3 files changed (+202 additions, -0 deletions)

View changed files

.github/workflows/pre-check-plugin.yaml (+130 -0)
.github/workflows/upload-merged-plugin.yaml (+68 -0)
📝 .gitignore (+4 -0)

📄 Description

No description provided


🔄 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-plugins/pull/7 **Author:** [@RockChinQ](https://github.com/RockChinQ) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `ci/sync` --- ### 📝 Commits (10+) - [`247f12a`](https://github.com/langgenius/dify-plugins/commit/247f12abb21203e74a39a65246c62662449572cd) ci: add pre-check workflow - [`c7338a4`](https://github.com/langgenius/dify-plugins/commit/c7338a4fb73ec99c8e55f583613975ac492e308c) Merge pull request #2 from langgenius/ci/sync - [`fcc4783`](https://github.com/langgenius/dify-plugins/commit/fcc4783ac038f578c91619f9ad2438292dfdc908) fix: ci makes duplicated .scripts dir - [`defe207`](https://github.com/langgenius/dify-plugins/commit/defe207617443a89ba04bf05a8f9b0ad72bb5c0d) Merge pull request #4 from langgenius/ci/sync - [`597da38`](https://github.com/langgenius/dify-plugins/commit/597da38f0e12557015ddb83fa945585c6ef11ffc) fix: bad condition - [`833b0db`](https://github.com/langgenius/dify-plugins/commit/833b0dbacf54991b1f7a646acc19681d3b80e222) fix: bad script path - [`a3da61e`](https://github.com/langgenius/dify-plugins/commit/a3da61e4dc71e502cefc03f0f20b678418dbdf2f) ci: add upload workflow - [`40609a3`](https://github.com/langgenius/dify-plugins/commit/40609a3a6bad93d92e631dc29a1eef7467702653) fix: scripts not downloaded - [`8f5f2fd`](https://github.com/langgenius/dify-plugins/commit/8f5f2fdd858c36737c34f07fe5cf8b530c284a4e) ci: check author and version - [`8c83b18`](https://github.com/langgenius/dify-plugins/commit/8c83b18fb4ab61e66252a34c2eacef76b67ca589) ci: GH_TOKEN not set ### 📊 Changes **3 files changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pre-check-plugin.yaml` (+130 -0) ➕ `.github/workflows/upload-merged-plugin.yaml` (+68 -0) 📝 `.gitignore` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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-22 17:31:47 -05:00
yindo closed this issue 2026-02-22 17:31:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#521