Skip to content

Commit 7b6fcbc

Browse files
committed
feat: new automerge workflow
1 parent 05ef53f commit 7b6fcbc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Auto-Approve and Auto-Merge PRs
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
auto-approve-merge-dependabot:
8+
uses: Neovici/cfg/.github/workflows/automerge.yml@master
9+
secrets: inherit

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@
7171
"commitlint": {
7272
"extends": [
7373
"@commitlint/config-conventional"
74-
]
74+
],
75+
"rules": {
76+
"body-max-line-length": [
77+
1,
78+
"always",
79+
600
80+
]
81+
}
7582
},
7683
"husky": {
7784
"hooks": {

0 commit comments

Comments
 (0)