Skip to content

Commit

Permalink
fix check-subtree-split for stimulus-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyFreeAgent authored Jun 6, 2023
1 parent ed38632 commit d9af1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion required_workflows/check-subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
script: |
if (context.repo.owner === "symfony") {
const monoRepo = /^polyfill-/.test(context.repo.repo) ? "polyfill" : (/^ux-/.test(context.repo.repo) ? "ux" : "symfony");
const monoRepo = /^polyfill-/.test(context.repo.repo) ? "polyfill" : (/^(ux-|stimulus-bundle)/.test(context.repo.repo) ? "ux" : "symfony");
github.rest.issues.createComment({
owner: "symfony",
Expand Down

0 comments on commit d9af1f9

Please sign in to comment.