Conversation
Adds an optional 'Emoji Names to Filter' field to the Slack Trigger node options. When configured with a comma-separated list of emoji names, only reaction_added events matching the allowlist will start a workflow execution. Reactions not in the list are dropped before execution begins, preventing unnecessary execution budget consumption. The field is only shown when 'Reaction Added' is selected as a trigger event and defaults to empty (no filtering), preserving existing behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
…-filtering-to-prevent
Contributor
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/nodes-base/nodes/Slack/SlackTrigger.node.ts">
<violation number="1" location="packages/nodes-base/nodes/Slack/SlackTrigger.node.ts:393">
P2: Gate emoji filtering by selected trigger to avoid stale hidden `reactionEmojis` values affecting `any_event` setups. According to linked Linear issue NODE-4101, filtering is intended for the Reaction Added trigger path.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
Contributor
Performance ComparisonComparing current → latest master → 14-day baseline Idle baseline with Instance AI module loaded
docker-stats
Memory consumption baseline with starter plan resources
How to read this table
|
…-filtering-to-prevent
…-filtering-to-prevent
DawidMyslak
approved these changes
Apr 27, 2026
Merged
Contributor
|
Got released with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional Emoji Names to Filter field to the Slack Trigger node (under Options). When configured, only
reaction_addedevents matching the allowlist will start a workflow execution — reactions not in the list are dropped before execution begins, saving execution budget for high-volume Slack workspaces.How to test:
thumbsupNotes:
thumbsup, eyes, white_check_mark)Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/NODE-4101
Community forum: https://community.n8n.io/t/how-to-minimize-workflow-executions-for-cost-saving-in-n8n/162301/2
Review / Merge checklist
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)🤖 PR Summary generated by AI