mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2077] [MERGED] Feat/triggers #2244
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2077
Author: @RockChinQ
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @RockChinQ
Base:
main← Head:feat/triggers📝 Commits (10+)
8e025fcfeat: RSS Hub trigger plugin9cc81a8feat: github_trigger plugin3eeea2achore: update github_trigger plugin version to 1.4.0 and add new dependencyfd6e9e7Add Linear trigger plugin (#1932)9fa8879chore: update github_trigger plugin to version 1.4.1 and modify requirements21ef07cAdd Typeform trigger plugin (#1930)8d39820Add Notion trigger plugin (#1931)d612038chore: update 'dify_plugin' version and enhance api_key configuration in rsshub.yamlc052101fix: triggers qa (#1992)96cbb52refactor: clean up star event handling and remove unused parameters📊 Changes
877 files changed (+95743 additions, -0 deletions)
View changed files
➕
triggers/airtable_trigger/README.md(+60 -0)➕
triggers/airtable_trigger/_assets/1.png(+0 -0)➕
triggers/airtable_trigger/_assets/icon.svg(+13 -0)➕
triggers/airtable_trigger/events/__init__.py(+1 -0)➕
triggers/airtable_trigger/events/record.py(+77 -0)➕
triggers/airtable_trigger/events/record.yaml(+75 -0)➕
triggers/airtable_trigger/main.py(+6 -0)➕
triggers/airtable_trigger/manifest.yaml(+41 -0)➕
triggers/airtable_trigger/provider/airtable.py(+315 -0)➕
triggers/airtable_trigger/provider/airtable.yaml(+147 -0)➕
triggers/airtable_trigger/readme/README_ja_JP.md(+57 -0)➕
triggers/airtable_trigger/readme/README_zh_Hans.md(+56 -0)➕
triggers/airtable_trigger/requirements.txt(+1 -0)➕
triggers/github_trigger/.env.example(+4 -0)➕
triggers/github_trigger/README.md(+102 -0)➕
triggers/github_trigger/_assets/GITHUB_OAUTH_APP.png(+0 -0)➕
triggers/github_trigger/_assets/GITHUB_WEBHOOK.png(+0 -0)➕
triggers/github_trigger/_assets/icon.svg(+17 -0)➕
triggers/github_trigger/events/__init__.py(+1 -0)➕
triggers/github_trigger/events/branch_protection_configuration/__init__.py(+1 -0)...and 80 more files
📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.