Skip to content

Commit

Permalink
fix(all-contributors): add "none" to commitConventions (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 24, 2023
1 parent 2421e85 commit 166136b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/schemas/json/all-contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,15 @@
},
"commitConvention": {
"title": "Commit convention",
"enum": ["angular", "atom", "ember", "eslint", "jshint", "gitmoji"],
"enum": [
"angular",
"atom",
"ember",
"eslint",
"jshint",
"gitmoji",
"none"
],
"default": "angular"
},
"contributorsPerLine": {
Expand Down

0 comments on commit 166136b

Please sign in to comment.