diff --git a/peril.settings.json b/peril.settings.json index 12d237f89d0fe..fc41f0081cb3f 100644 --- a/peril.settings.json +++ b/peril.settings.json @@ -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" + ] } } } diff --git a/starters/gatsby-starter-wordpress-blog/package.json b/starters/gatsby-starter-wordpress-blog/package.json index 70b875b306511..8bbaa44c8b669 100644 --- a/starters/gatsby-starter-wordpress-blog/package.json +++ b/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 and Tyler Barnes ", "bugs": { @@ -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",