-
Notifications
You must be signed in to change notification settings - Fork 8
/
snipsync.config.yaml
107 lines (105 loc) · 3.13 KB
/
snipsync.config.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
origins:
- owner: temporalio
repo: temporal-tutorial-ipgeo-ts
- owner: temporalio
repo: money-transfer-project-template-dotnet
- owner: temporalio
repo: money-transfer-project-template-python
- owner: temporalio
repo: money-transfer-project-java
- owner: temporalio
repo: hello-world-project-template-java
ref: main
- owner: temporalio
repo: money-transfer-project-template-ts
- owner: temporalio
repo: money-transfer-project-template-go
- owner: temporalio
repo: subscription-workflow-project-template-go
- owner: temporalio
repo: subscription-workflow-project-template-java
- owner: temporalio
repo: subscription-workflow-project-template-typescript
- owner: temporalio
repo: subscription-workflow-project-template-php
- owner: temporalio
repo: samples-php
ref: master
- owner: temporalio
repo: hello-world-project-template-python
- owner: temporalio
repo: samples-typescript
# Some samples were left in the SDK code itself because it has better testing
# capabilities than the samples repo
- owner: temporalio
repo: temporal-ecommerce
- owner: temporalio
repo: background-checks
- owner: temporalio
repo: email-subscription-project-go
- owner: temporalio
repo: data-pipeline-project-python
- owner: temporalio
repo: email-subscription-project-python
- owner: temporalio
repo: money-transfer-project-java
ref: cloud
- owner: temporalio
repo: money-transfer-project-template-python
ref: cloud
- owner: temporalio
repo: money-transfer-project-template-ts
ref: cloud
- owner: temporalio
repo: money-transfer-project-template-go
ref: cloud
- owner: temporalio
repo: email-drip-campaign-project-java
ref: main
- owner: temporalio
repo: nextjs-temporal-one-click-template
ref: main
- owner: temporalio
repo: build-audiobook-java
ref: main
- owner: temporalio
repo: temporal-tutorial-ipgeo-go
ref: main
# Background Check tutorial code in the learn repo
- files:
pattern: "./docs/tutorials/go/background-check/code/**/*.go"
owner: "temporalio"
repo: "temporal-learning"
ref: "main"
- files:
pattern: "./docs/tutorials/java/background-check/code/**/*.java"
owner: "temporalio"
repo: "temporal-learning"
ref: "main"
- files:
pattern: "./docs/tutorials/python/background-check/code/**/*.py"
owner: "temporalio"
repo: "temporal-learning"
ref: "main"
- files:
pattern: "./docs/tutorials/typescript/background-check/code/**/*.ts"
owner: "temporalio"
repo: "temporal-learning"
ref: "main"
- files:
pattern: "./docs/tutorials/python/trip-booking-app/code/*.py"
owner: "temporalio"
repo: "temporal-learning"
- files:
pattern: "./docs/tutorials/typescript/work-queue-slack-app/build/code/**/*.ts"
owner: "temporalio"
repo: "temporal-learning"
ref: "edu-2636-workqueue-slackbot-tut"
targets:
- docs/tutorials
- docs/getting_started
- docs/examples
features:
enable_source_link: true
enable_code_block: true
allowed_target_extensions: [.md, .mdx]