Skip to content

Commit 3b141a2

Browse files
authored
chore: update peril settings for starters (#36239)
1 parent abad94f commit 3b141a2

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

peril.settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@
5454
"pull_request.opened": [
5555
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
5656
]
57+
},
58+
"gatsbyjs/gatsby-starter-wordpress-blog": {
59+
"pull_request.opened": [
60+
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
61+
]
62+
},
63+
"gatsbyjs/gatsby-starter-minimal": {
64+
"pull_request.opened": [
65+
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
66+
]
67+
},
68+
"gatsbyjs/gatsby-starter-minimal-ts": {
69+
"pull_request.opened": [
70+
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
71+
]
5772
}
5873
}
5974
}

starters/gatsby-starter-wordpress-blog/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-starter-wordpress-blog",
33
"private": true,
4-
"description": "A starter for a blog powered by Gatsby and Markdown",
4+
"description": "A starter for a blog powered by Gatsby and WordPress",
55
"version": "1.0.0",
66
"author": "Kyle Mathews <[email protected]> and Tyler Barnes <[email protected]>",
77
"bugs": {
@@ -30,14 +30,15 @@
3030
"dumper.js": "^1.3.1",
3131
"prettier": "2.7.1"
3232
},
33-
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
33+
"homepage": "https://github.com/gatsbyjs/gatsby-starter-wordpress-blog#readme",
3434
"keywords": [
35-
"gatsby"
35+
"gatsby",
36+
"wordpress"
3637
],
3738
"license": "0BSD",
3839
"repository": {
3940
"type": "git",
40-
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
41+
"url": "git+https://github.com/gatsbyjs/gatsby-starter-wordpress-blog.git"
4142
},
4243
"scripts": {
4344
"build": "gatsby build",

0 commit comments

Comments
 (0)