Skip to content

Conversation

@krystian-panek-vmltech
Copy link
Collaborator

@krystian-panek-vmltech krystian-panek-vmltech commented Sep 12, 2025

fixes #198

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces configurable notifier ID support for the executor component, allowing notifications to be sent to specific notification channels rather than just the default one.

  • Adds a configurable notifier ID field to the Executor configuration
  • Refactors NotificationManager to support sending messages to specific notifiers by ID
  • Consolidates message building logic by moving it from NotificationManager to payload builders

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
Executor.java Adds notifier ID configuration and updates notification calls to use specific notifier
NotificationManager.java Refactors to support notifier-specific messaging and removes duplicate message building logic
TeamsPayload.java Adds message() builder method to consolidate Teams message creation
SlackPayload.java Adds message() builder method to consolidate Slack message creation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@krystian-panek-vmltech krystian-panek-vmltech merged commit d476308 into main Sep 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notification minor improvements

1 participant