Skip to content

Commit

Permalink
chore: update peril settings for starters (#36239)
Browse files Browse the repository at this point in the history
  • Loading branch information
aghreed committed Jul 26, 2022
1 parent abad94f commit 3b141a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions peril.settings.json
Expand Up @@ -54,6 +54,21 @@
"pull_request.opened": [
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
]
},
"gatsbyjs/gatsby-starter-wordpress-blog": {
"pull_request.opened": [
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
]
},
"gatsbyjs/gatsby-starter-minimal": {
"pull_request.opened": [
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
]
},
"gatsbyjs/gatsby-starter-minimal-ts": {
"pull_request.opened": [
"gatsbyjs/gatsby@peril/rules/pull-request-on-starter.ts"
]
}
}
}
9 changes: 5 additions & 4 deletions starters/gatsby-starter-wordpress-blog/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-starter-wordpress-blog",
"private": true,
"description": "A starter for a blog powered by Gatsby and Markdown",
"description": "A starter for a blog powered by Gatsby and WordPress",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com> and Tyler Barnes <tylerdbarnes@gmail.com>",
"bugs": {
Expand Down Expand Up @@ -30,14 +30,15 @@
"dumper.js": "^1.3.1",
"prettier": "2.7.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"homepage": "https://github.com/gatsbyjs/gatsby-starter-wordpress-blog#readme",
"keywords": [
"gatsby"
"gatsby",
"wordpress"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
"url": "git+https://github.com/gatsbyjs/gatsby-starter-wordpress-blog.git"
},
"scripts": {
"build": "gatsby build",
Expand Down

0 comments on commit 3b141a2

Please sign in to comment.