Remove commit prefix

This commit is contained in:
Richie Bendall 2020-06-30 22:16:22 +12:00 committed by GitHub
parent c786e9a169
commit c169f786ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',