Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9879c2e
feat: integrate dynamic automation actions data and refactor action s…
kriss145 Feb 3, 2026
7e17873
feat: enhance SelectField component to support grouped options
kriss145 Feb 3, 2026
53d2374
refactor: remove unused automations actions data hook and related API…
kriss145 Feb 3, 2026
0e1327b
feat: implement fillTemplateNameFieldWithOptions method to streamline…
kriss145 Feb 3, 2026
6dc0c83
refactor: remove default Slack template initialization from SlackActi…
kriss145 Feb 3, 2026
cbb42f0
refactor: update email action service to use new services types templ…
kriss145 Feb 4, 2026
cf5f03e
refactor: standardize import paths for MpnAutomationService and updat…
kriss145 Feb 4, 2026
c8b6988
refactor: update SlackActionService to use generic block types and cl…
kriss145 Feb 4, 2026
5216d2e
refactor: remove console.log statements from various files to clean u…
kriss145 Feb 4, 2026
58a3530
refactor: remove unused template registration logic from MpnAutomatio…
kriss145 Feb 4, 2026
ddfeb67
refactor: eliminate unused template initialization and registration m…
kriss145 Feb 4, 2026
3bda93d
refactor: clean up email and Slack notification steps by removing unu…
kriss145 Feb 4, 2026
4db9ecc
refactor: add external template options to EmailActionService and Sla…
kriss145 Feb 4, 2026
42a612f
refactor: streamline contribution guidelines and remove deprecated Gi…
kriss145 Feb 5, 2026
2f4413d
refactor: update EmailActionService to use generic types for context …
kriss145 Feb 12, 2026
edfd45d
refactor: remove yarn.lock from .gitignore to streamline dependency m…
kriss145 Feb 12, 2026
94a205a
chore: add changeset
kriss145 Feb 12, 2026
88e988d
refactor: Slack Templates is replaced by external plugin
kriss145 Dec 30, 2025
7572b68
chore: update @codee-sh/medusa-plugin-notification-emails to version …
kriss145 Feb 12, 2026
5d464b6
Merge pull request #29 from codee-sh/feat/improve-emails-action
kriss145 Feb 12, 2026
92404b4
chore: add prepare-release script to package
kriss145 Feb 12, 2026
680f488
chore: version packages
kriss145 Feb 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ dependencies:
- title: ["deps:", "dependencies:", "bump "]
- head: ["deps/", "dependencies/"]

"type: chore":
- title: ["chore:"]
- head: ["chore/"]

breaking:
- title: ["breaking:", "BREAKING:"]
- head: ["breaking/"]

50 changes: 0 additions & 50 deletions .github/workflows/changeset-version.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/npm-publish.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/release-notes.yml

This file was deleted.

Loading