diff --git a/routes/post.js b/routes/post.js index 6ec26fea..a8bfe943 100644 --- a/routes/post.js +++ b/routes/post.js @@ -94,7 +94,7 @@ module.exports = async (req, res) => { owner: 'remy', repo: 'mit-license', path: `users/${id}.json`, - message: `chore: Automated creation of user ${id}.`, + message: `Automated creation of user ${id}.`, content: btoa(fileContent), committer: { name: 'MIT License Bot',