Skip to content

Commit

Permalink
Merge pull request #5931 from tvdeyen/fix-labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored Nov 17, 2024
2 parents 0ab2779 + 4acd230 commit 5b2e560
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 5b2e560

Please sign in to comment.