Skip to content

Commit efb51db

Browse files
authored
Merge pull request #2675 from segmentio/develop
Release 22.13.1
2 parents edf52d7 + bda806b commit efb51db

File tree

27 files changed

+787
-122
lines changed

27 files changed

+787
-122
lines changed

.github/Vocab/Docs/accept.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(?:C|c)annonical
2+
(?:C|c)onfig
23
(?:D|d)eduplicate
34
(?:D|d)eduplication
45
(?:G|g)tag
@@ -11,21 +12,28 @@
1112
(?:U|u)nlinks?\b
1213
(?:U|u)nmaps?\b
1314
(?:U|u)rls?\b
15+
adset
1416
Adwords
1517
allowlist
18+
Amberflo
1619
Appboy
1720
blocklist
1821
boolean
1922
Chargebee
2023
CloudFront
2124
Cocoapods
2225
csv
26+
deeplink
2327
Dev
2428
Doubleclick
29+
endfor
30+
endif
31+
eu
2532
Friendbuy
2633
ga
2734
gmail
2835
Gradle
36+
html
2937
http
3038
HTTP
3139
https
@@ -57,8 +65,10 @@ Subnet
5765
Totango
5866
Twilio
5967
upsert
68+
US
69+
utm
6070
Vero
6171
viewability
6272
WebKit
6373
Wootric
64-
Zendesk
74+
Zendesk

.github/styles/segment/spelling.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: spelling
2+
message: "Did you really mean '%s'?"
3+
level: error
4+
# ignore liquid tags
5+
filters:
6+
- '({%).*(%})'
Binary file not shown.
Binary file not shown.

.yarn/install-state.gz

1.54 KB
Binary file not shown.

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ vendor/bundle:
154154
update:
155155
@node scripts/update.js
156156

157+
.PHONY: add-id
158+
add-id:
159+
@node scripts/add_id.js
160+
157161
.PHONY: lint
158162
lint: node_modules
159163
@echo "Checking yml files..."

ignore-links.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ https://support.autopilothq.com/hc/en-us/categories/200396835-Segment
6161
https://support.autopilothq.com/hc/en-us/requests/new
6262
https://support.cloudflare.com/hc/en-us/articles/360020348832-How-do-I-do-CNAME-setup-
6363
https://support.twilio.com/hc/en-us/articles/223136127-Twilio-Support-business-hours
64+
https://talkable.helpjuice.com/questions/45313-Where-do-I-find-my-site-ID
6465
https://www.braze.com/documentation/Web/#step-5-configure-safari-push
6566
https://www.getdrip.com/settings/site
6667
https://www.linkedin.com/company/segment-io/
6768
https://www.navilytics.com/member/code_settings
68-
https://www.navilytics.com/member/code_settings
69+
https://www.navilytics.com/member/code_settings

0 commit comments

Comments
 (0)