Skip to content

Commit

Permalink
Merge branch 'main' into fix-promotions-admin-ui-inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff authored Nov 18, 2024
2 parents f7c3343 + 5b2e560 commit 9d41eea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
- changed-files:
- any-glob-to-any-file:
- "admin/**/*"
"changelog:solidus_promotions":
- any:
- changed-files:
- any-glob-to-any-file:
- "promotions/**/*"
"changelog:solidus_legacy_promotions":
- any:
- changed-files:
- any-glob-to-any-file:
- "legacy_promotions/**/*"
"changelog:solidus_sample":
- any:
- changed-files:
Expand All @@ -40,6 +50,8 @@
- "!backend/**/*"
- "!api/**/*"
- "!admin/**/*"
- "!promotions/**/*"
- "!legacy_promotions/**/*"
- "!sample/**/*"
- "!lib/**/*"
- "!README.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import "spree/backend/themes/classic";
@import "spree/backend/globals/variables";

@import "solidus_legacy_promotions/promotions/edit";

0 comments on commit 9d41eea

Please sign in to comment.