Skip to content

Commit

Permalink
fix: Add eslintbot to all_authors.json
Browse files Browse the repository at this point in the history
`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
eslint/eslint#16029.
  • Loading branch information
btmills committed Jul 2, 2022
1 parent 28cf007 commit b1ec145
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/_data/all_authors.json
Expand Up @@ -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
}
}

0 comments on commit b1ec145

Please sign in to comment.