mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
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.4.1
|