-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsync-files.yml
More file actions
143 lines (143 loc) · 4.67 KB
/
sync-files.yml
File metadata and controls
143 lines (143 loc) · 4.67 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
group:
# JavaScript files
- files:
- source: sync-files/js/.github/
dest: .github/
exclude: |
workflows/bundlewatch.yml
bundlewatch.config.json
- source: sync-files/js/.eslintignore
dest: .eslintignore
- source: sync-files/js/.eslintrc.json
dest: .eslintrc.json
- source: sync-files/js/.releaserc
dest: .releaserc
repos: |
googlemaps/js-api-loader
googlemaps/js-jest-mocks
googlemaps/js-markerclusterer
googlemaps/js-markermanager
googlemaps/js-markerwithlabel
googlemaps/js-ogc
googlemaps/js-polyline-codec
googlemaps/js-github-policy-bot
googlemaps/js-three
googlemaps/js-url-signature
googlemaps/react-wrapper
# Browser only JavaScript files
- files:
- source: sync-files/js/.github/
dest: .github/
- source: sync-files/js/.babelrc
dest: .babelrc
repos: |
googlemaps/js-api-loader
googlemaps/js-markerclusterer
googlemaps/js-markermanager
googlemaps/js-markerwithlabel
googlemaps/js-ogc
googlemaps/js-polyline-codec
googlemaps/js-three
googlemaps/js-url-signature
# All repositories
- files:
- source: .github/CODEOWNERS
dest: .github/CODEOWNERS
replace: false
- source: .github/sync-repo-settings.yaml
dest: .github/sync-repo-settings.yaml
replace: false
- source: SECURITY.md
dest: SECURITY.md
replace: false
- source: .github/workflows/dependabot.yml
dest: .github/workflows/dependabot.yml
# gh repo list googlemaps --public --source --no-archived --json name -L 100 | jq '.[] | .name' | sort | xargs -n 1 -I{} echo "googlemaps/{}"
# excluding googlemaps/.github, googlemaps/on-demand-rides-deliveries-samples
repos: |
googlemaps/android-maps-compose
googlemaps/android-maps-ktx
googlemaps/android-maps-rx
googlemaps/android-maps-utils
googlemaps/android-on-demand-rides-deliveries-samples
googlemaps/android-places-demos
googlemaps/android-places-ktx
googlemaps/android-samples
googlemaps/android-v3-migration
googlemaps/angular-on-demand-rides-deliveries-samples
googlemaps/codelab-maps-platform-101-swift
googlemaps/codelab-places-101-android-kotlin
googlemaps/eslint-plugin-googlemaps
googlemaps/fleet-debugger
googlemaps/google-maps-ios-utils
googlemaps/google-maps-services-go
googlemaps/google-maps-services-java
googlemaps/google-maps-services-js
googlemaps/google-maps-services-python
googlemaps/ios-combine
googlemaps/ios-on-demand-rides-deliveries-samples
googlemaps/java-fleetengine-auth
googlemaps/java-on-demand-rides-deliveries-stub-provider
googlemaps/js-api-loader
googlemaps/js-github-policy-bot
googlemaps/js-jest-mocks
googlemaps/js-markerclusterer
googlemaps/js-markermanager
googlemaps/js-markerwithlabel
googlemaps/js-ogc
googlemaps/js-polyline-codec
googlemaps/js-samples
googlemaps/js-three
googlemaps/js-types
googlemaps/js-typescript-guards
googlemaps/js-url-signature
googlemaps/last-mile-fleet-solution-samples
googlemaps/maps-sdk-for-ios-samples
googlemaps/openapi-specification
googlemaps/react-routing-playground
googlemaps/react-wrapper
googlemaps/semantic-release-config
googlemaps/url-signing
# Android Library files (Groovy)
- files:
- source: sync-files/android/.github/
dest: .github/
- source: sync-files/android/.lib_releaserc_groovy
dest: .releaserc
repos: |
googlemaps/android-maps-compose
googlemaps/android-maps-ktx
googlemaps/android-maps-utils
googlemaps/android-places-ktx
# Android Library files (KTS)
- files:
- source: sync-files/android/.github/
dest: .github/
- source: sync-files/android/.lib_releaserc_kts
dest: .releaserc
repos: |
googlemaps/android-maps-rx
# Android Plugins
- files:
- source: sync-files/android/.github/
dest: .github/
exclude: |
workflows/release.yml
- source: sync-files/android/.plugin_releaserc
dest: .releaserc
repos: |
googlemaps/android-v3-migration
# Java Libraries
- files:
- source: sync-files/java/.github/
dest: .github/
repos: |
googlemaps/google-maps-services-java
googlemaps/java-fleetengine-auth
# @googlemaps/eng owned
- files:
- source: sync-files/eng/.github/CODEOWNERS
dest: .github/CODEOWNERS
repos: |
googlemaps/fleet-debugger
googlemaps/java-fleetengine-auth