Files
dify-plugin-sdks/python/examples/github_trigger/manifest.yaml
T
Harry 6b58e7f924 feat(trigger): enhance GitHub trigger and parameter handling
- Updated the GitHub trigger provider to include dynamic parameter options for user selection.
- Refactored the subscription schema to improve parameter definitions and added support for new credential types.
- Enhanced logging for installed triggers to provide clearer information.
- Adjusted the manifest versioning and naming conventions for better clarity and consistency.
2025-09-03 13:45:29 +08:00

40 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.
pt_BR:
GitHub é uma plataforma online para serviços de hospedagem de código fonte
de software.
zh_Hans: GitHub是一个在线软件源代码托管服务平台。
icon: icon.svg
label:
en_US: GitHub
pt_BR: 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: 0.0.1