From b1ec1454a749da33c6ab4b8568effa60a71467d6 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Fri, 1 Jul 2022 22:39:42 -0400 Subject: [PATCH] fix: Add eslintbot to all_authors.json `eslintbot` is the default author of the release blog posts. As-is, after a release, website builds will fail until the person doing the release replaces their username in the blog post's frontmatter. Is that a feature? If so, we could provide a friendlier error or perhaps even have the release process prepopulate it from Jenkins. This handles the first issue I encountered in https://github.com/eslint/eslint/issues/16029. --- src/_data/all_authors.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/_data/all_authors.json b/src/_data/all_authors.json index f35da8b73..34a9feff2 100644 --- a/src/_data/all_authors.json +++ b/src/_data/all_authors.json @@ -119,5 +119,16 @@ "twitter_username": null, "github_username": "mdjermanovic", "location": null + }, + "eslintbot": { + "username": "eslintbot", + "name": "ESLint Bot", + "title": "Guest Author", + "website": "https://eslint.org", + "avatar_url": "https://avatars.githubusercontent.com/u/13383618?v=4", + "bio": null, + "twitter_username": "geteslint", + "github_username": "eslintbot", + "location": null } } \ No newline at end of file