We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb4ea1 commit 081178cCopy full SHA for 081178c
.gitsplit.yml
@@ -0,0 +1,20 @@
1
+# Path to a cache directory Used to speed up the split over time by reusing git's objects
2
+cache_url: "/cache/gitsplit"
3
+
4
+# Path to the repository to split (default = current path)
5
+#project_url: "https://github.com/open-telemetry/opentelemetry-php-contrib.git"
6
7
+# List of splits.
8
+splits:
9
+ - prefix: "src/Aws"
10
+ target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-aws.git"
11
+ - prefix: "src/Symfony/OtelSdkBundle"
12
+ target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sdk-bundle.git"
13
14
+# List of references to split (defined as regexp)
15
+origins:
16
+ - ^main$
17
+ - ^test$
18
+ - ^split$
19
+ - ^v\d+\.\d+\.\d+$
20
+ - ^\d+\.\d+\.\d+$
0 commit comments