Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
- changed-files:
- any-glob-to-any-file:
- "legacy_promotions/**/*"
"changelog:solidus_storefront":
- any:
- changed-files:
- any-glob-to-any-file:
- "storefront/**/*"
"changelog:solidus_i18n":
- any:
- changed-files:
- any-glob-to-any-file:
- "i18n/**/*"
"changelog:solidus_sample":
- any:
- changed-files:
Expand All @@ -53,6 +63,8 @@
- "!promotions/**/*"
- "!legacy_promotions/**/*"
- "!sample/**/*"
- "!storefront/**/*"
- "!i18n/**/*"
- "!lib/**/*"
- "!README.md"
- "!solidus.gemspec"
9 changes: 9 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ changelog:
- title: Solidus Promotions
labels:
- "changelog:solidus_promotions"
- title: Solidus Legacy Promotions
labels:
- "changelog:solidus_legacy_promotions"
- title: Solidus Storefront
labels:
- "changelog:solidus_storefront"
- title: Solidus I18n
labels:
- "changelog:solidus_i18n"
- title: Breaking Changes
labels:
- "changelog:breaking-change"
Loading