forked from open-feature/php-sdk-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitsplit.yml
28 lines (25 loc) · 1.05 KB
/
.gitsplit.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Path to a cache directory Used to speed up the split over time by reusing git's objects
cache_url: "/cache/gitsplit"
# Path to the repository to split (default = current path)
project_url: "https://github.com/open-feature/php-sdk-contrib.git"
# List of splits.
splits:
- prefix: "hooks/OpenTelemetry"
target: "https://${GH_TOKEN}@github.com/open-feature-php/otel-hook.git"
- prefix: "hooks/DDTrace"
target: "https://${GH_TOKEN}@github.com/open-feature-php/dd-trace-hook.git"
- prefix: "hooks/Validators"
target: "https://${GH_TOKEN}@github.com/open-feature-php/validators-hook.git"
- prefix: "providers/Flagd"
target: "https://${GH_TOKEN}@github.com/open-feature-php/flagd-provider.git"
- prefix: "providers/Split"
target: "https://${GH_TOKEN}@github.com/open-feature-php/split-provider.git"
- prefix: "providers/CloudBees"
target: "https://${GH_TOKEN}@github.com/open-feature-php/cloudbees-provider.git"
# List of references to split (defined as regexp)
origins:
- ^main$
- ^test$
- ^split$
- ^v\d+\.\d+\.\d+$
- ^\d+\.\d+\.\d+$