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
5 changes: 5 additions & 0 deletions .github/subtree-splitter-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@
"directory": "themes/creative",
"target": "git@github.com:mautic/theme-creative.git"
},
{
"name": "theme-eclipse",
"directory": "themes/eclipse",
"target": "git@github.com:mautic/theme-eclipse.git"
},
{
"name": "theme-chord",
"directory": "themes/chord",
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/gitsplit/theme-eclipse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"subtree-splits": [
{
"name": "theme-eclipse",
"directory": "themes/eclipse",
"target": "git@github.com:mautic/theme-eclipse.git"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/split-monorepo-in-multi-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- theme-welcome
- theme-attract
- theme-creative
- theme-eclipse
- theme-chord
- theme-formscape
- theme-reachout
Expand Down
26 changes: 26 additions & 0 deletions themes/eclipse/.github/workflows/close_pull_requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Workflow name:
name: Close Pull Requests

# Workflow triggers:
on:
pull_request_target:
types: [opened]

# Workflow jobs:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: |
Thank you for submitting a pull request. :raised_hands:

We greatly appreciate your willingness to submit a contribution. However, we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/mautic/mautic).

We kindly request that you submit this pull request against the respective directory `/themes/eclipse` of the [main repository](https://github.com/mautic/mautic) where we'll review and provide feedback. If this is your first Mautic contribution, be sure to read the [contributing guide](https://mau.tc/create-pr) which provides guidelines and instructions for submitting contributions.

Thank you again, and we look forward to receiving your contribution! :smiley:

Best,
The Mautic team
10 changes: 10 additions & 0 deletions themes/eclipse/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "mautic/theme-eclipse",
"description": "Eclipse theme",
"type": "mautic-theme",
"keywords": ["mautic","theme"],
"minimum-stability": "dev",
"require": {
"mautic/core-lib": ">=4.0"
}
}
8 changes: 8 additions & 0 deletions themes/eclipse/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Eclipse",
"author": "Dropsolid",
"authorUrl": "https://dropsolid.io",
"features": [
"form"
]
}
Loading
Loading