mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-24 21:15:37 -04:00
fix: no argument when provider created for oauth & credential validation
This commit is contained in:
@@ -4,18 +4,17 @@ identity:
|
||||
label:
|
||||
en_US: Issue Opened
|
||||
zh_Hans: Issue 打开
|
||||
pt_BR: Issue Aberta
|
||||
ja_JP: Issue 開かれた
|
||||
|
||||
description:
|
||||
human:
|
||||
en_US: Triggers when a new issue is opened
|
||||
zh_Hans: 当新 issue 打开时触发
|
||||
pt_BR: Dispara quando uma nova issue é aberta
|
||||
ja_JP: 新しい issue が開かれたときにトリガーがアクティブになります。
|
||||
llm:
|
||||
en_US: This trigger activates when a new issue is opened on a GitHub repository, providing information about the issue, repository, and user who opened it.
|
||||
zh_Hans: 当在 GitHub 仓库中打开新 issue 时,此触发器会被激活,提供有关 issue、仓库和打开它的用户的信息。
|
||||
pt_BR: Este gatilho é ativado quando uma nova issue é aberta em um repositório do GitHub, fornecendo informações sobre a issue, repositório e usuário que a abriu.
|
||||
|
||||
ja_JP: 新しい issue が GitHub リポジトリで開かれたときにトリガーがアクティブになり、issue、リポジトリ、および issue を開いたユーザーに関する情報を提供します。
|
||||
parameters:
|
||||
- name: labels
|
||||
label:
|
||||
|
||||
Reference in New Issue
Block a user