Files
dify-plugin-sdks/python/examples/github_trigger/manifest.yaml
T
Harry 22f156e9b2 feat(trigger): enhance GitHub trigger with multiple event selection and dynamic parameter options
- Updated `IssueCommentTrigger` and `GithubProvider` to support multiple event selections for GitHub triggers.
- Introduced a new `multiple` field in the trigger parameters to allow users to select multiple events.
- Implemented dynamic fetching of repository options based on OAuth credentials.
- Bumped version in `manifest.yaml` to 0.0.7 to reflect these enhancements.

This update improves the flexibility and usability of the GitHub trigger integration.
2025-09-08 23:42:33 +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.7