Skip to content

Commit

Permalink
Merge pull request #3 from jeremyFreeAgent/patch-1
Browse files Browse the repository at this point in the history
fix check-subtree-split for stimulus-bundle
  • Loading branch information
stof committed Jun 6, 2023
2 parents ed38632 + d9af1f9 commit 6f2ca45
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 6f2ca45

Please sign in to comment.