不要怂,就是干,撸起袖子干!

Commit 9f950cbc by papb

meta: add workflow to auto-remove the awaiting-response label

1 parent 3c1a420e
Showing with 19 additions and 0 deletions
...@@ -129,7 +129,26 @@ ...@@ -129,7 +129,26 @@
"commitlint": { "commitlint": {
"extends": [ "extends": [
"@commitlint/config-angular" "@commitlint/config-angular"
],
"rules": {
"type-enum": [
2,
"always",
[
"build",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"meta"
]
] ]
}
}, },
"lint-staged": { "lint-staged": {
"*.js": "eslint" "*.js": "eslint"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!