Skip to content

Commit

Permalink
Add other sub-split
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 20, 2024
1 parent 5e197f4 commit 0b40e92
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
25 changes: 25 additions & 0 deletions .github/subtree-splitter-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
"name": "core",
"directory": "packages/sprinkle-core",
"target": "git@github.com:userfrosting/sprinkle-core.git"
},
{
"name": "account",
"directory": "packages/sprinkle-account",
"target": "git@github.com:userfrosting/sprinkle-account.git"
},
{
"name": "admin",
"directory": "packages/sprinkle-admin",
"target": "git@github.com:userfrosting/sprinkle-admin.git"
},
{
"name": "pink-cupcake",
"directory": "packages/theme-pink-cupcake",
"target": "git@github.com:userfrosting/theme-pink-cupcake.git"
},
{
"name": "framework",
"directory": "packages/framework",
"target": "git@github.com:userfrosting/framework.git"
},
{
"name": "skeleton",
"directory": "packages/skeleton",
"target": "git@github.com:userfrosting/userfrosting.git"
}
]
}
16 changes: 5 additions & 11 deletions .github/workflows/Monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,18 @@ on:
branches:
- "*"
# paths:
# - src/**
# Tag push events should be ignored, they will be handled with the create event below.
tags-ignore:
# - packages/**
tags:
- "*"
# create:
# tags:
# - "*"
# delete:
# tags:
# - "*"

jobs:
sync_commits:
runs-on: ubuntu-latest
name: Sync commits
if: github.repository == 'userfrosting/monorepo' # Execute this workflow job only on the main repository.
# Execute this workflow job only on the main repository.
if: github.repository == 'userfrosting/monorepo'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
Expand Down

0 comments on commit 0b40e92

Please sign in to comment.