This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 34
34
git add site/blogposts.config.json
35
35
git commit -m 'update blog posts'
36
36
git push origin sync-blog-posts
37
- gh pr create -B main -H sync-blog-posts --title 'Update Blog Posts' --body 'Auto-generated by Blog Posts Listener Workflow'
37
+ gh pr create -B main -H sync-blog-posts --title 'SWI-3460 Update Blog Posts' --body 'Auto-generated by Blog Posts Listener Workflow'
38
38
fi
39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.DX_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "categories" : [
4
+ " CPaaS" ,
5
+ " Direct Routing" ,
6
+ " Voice"
7
+ ],
8
+ "categoryLinks" : [
9
+ " https://www.bandwidth.com/blog/category/cpaas/" ,
10
+ " https://www.bandwidth.com/blog/category/direct-routing/" ,
11
+ " https://www.bandwidth.com/blog/category/voice/"
12
+ ],
13
+ "imageUrl" : " https://www.bandwidth.com/wp-content/uploads/Blog_Call-center-key-KPIs.png" ,
14
+ "postLink" : " https://www.bandwidth.com/blog/top-10-call-center-kpis-to-improve-cx-in-2023/" ,
15
+ "postTitle" : " Top 10 call center KPIs to improve CX in 2023"
16
+ },
2
17
{
3
18
"categories" : [
4
19
" CPaaS"
101
116
"imageUrl" : " https://www.bandwidth.com/wp-content/uploads/Blog_ECL-Teasers_Executives-ECL-Take.png" ,
102
117
"postLink" : " https://www.bandwidth.com/blog/enterprise-communications-landscape-overview/" ,
103
118
"postTitle" : " An executive’s take on 2023 Enterprise Communications"
104
- },
105
- {
106
- "categories" : [
107
- " Messaging"
108
- ],
109
- "categoryLinks" : [
110
- " https://www.bandwidth.com/blog/category/messaging/"
111
- ],
112
- "imageUrl" : " https://www.bandwidth.com/wp-content/uploads/Blog_Toll-Free-Verification-1.png" ,
113
- "postLink" : " https://www.bandwidth.com/blog/toll-free-verification-api/" ,
114
- "postTitle" : " Streamline your toll-free number verification with Bandwidth"
115
119
}
116
120
]
You can’t perform that action at this time.
0 commit comments