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

Commit 9f950cbc by papb

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

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