Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 3b17cb3

Browse files
SWI-3460 Update Blog Posts (#1145)
* update blog posts * update PR title to include Jira --------- Co-authored-by: ckoegel <[email protected]> Co-authored-by: Cameron Koegel <[email protected]>
1 parent 5ffb78e commit 3b17cb3

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.github/workflows/blog-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git add site/blogposts.config.json
3535
git commit -m 'update blog posts'
3636
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'
3838
fi
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}

site/blogposts.config.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
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+
},
217
{
318
"categories": [
419
"CPaaS"
@@ -101,16 +116,5 @@
101116
"imageUrl": "https://www.bandwidth.com/wp-content/uploads/Blog_ECL-Teasers_Executives-ECL-Take.png",
102117
"postLink": "https://www.bandwidth.com/blog/enterprise-communications-landscape-overview/",
103118
"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"
115119
}
116120
]

0 commit comments

Comments
 (0)