mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
307 B
JavaScript
17 lines
307 B
JavaScript
|
module.exports = {
|
||
|
gptStandardModelTokens: 4096,
|
||
|
minimumSummaryChars: 20,
|
||
|
maximumSummaryChars: 72,
|
||
|
maximumBodyLineChars: 100,
|
||
|
allowedTypes: [
|
||
|
"change",
|
||
|
"ci",
|
||
|
"docs",
|
||
|
"feat",
|
||
|
"fix",
|
||
|
"refactor",
|
||
|
"remove",
|
||
|
"revert",
|
||
|
],
|
||
|
};
|