mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
d6fa7bfb7e
- Updated the version in pyproject.toml from 0.6.0b6 to 0.6.0b7. - Renamed trigger-related methods and classes for clarity, changing invoke_trigger to invoke_trigger_event and updating associated request and response classes. - Adjusted event handling in the GithubTrigger class to improve event dispatching. These changes ensure the plugin is up-to-date and enhance the clarity and functionality of event handling.
38 lines
786 B
YAML
38 lines
786 B
YAML
author: langgenius
|
|
created_at: "2024-09-20T08:03:44.658609186Z"
|
|
description:
|
|
en_US: GitHub is an online software source code hosting service.
|
|
ja_JP: GitHub は、オンラインのソフトウェアソースコードホスティングサービスです。
|
|
zh_Hans: GitHub是一个在线软件源代码托管服务平台。
|
|
icon: icon.svg
|
|
label:
|
|
en_US: GitHub
|
|
ja_JP: GitHub
|
|
zh_Hans: GitHub
|
|
meta:
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
runner:
|
|
entrypoint: main
|
|
language: python
|
|
version: "3.12"
|
|
version: 0.0.1
|
|
minimum_dify_version: 1.7.0
|
|
name: github_trigger
|
|
plugins:
|
|
triggers:
|
|
- provider/github.yaml
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
tool:
|
|
enabled: true
|
|
tags:
|
|
- utilities
|
|
type: plugin
|
|
version: 1.1.3
|