We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ef53f commit 7b6fcbcCopy full SHA for 7b6fcbc
.github/workflows/automerge.yml
@@ -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
@@ -71,7 +71,14 @@
71
"commitlint": {
72
"extends": [
73
"@commitlint/config-conventional"
74
- ]
+ ],
75
+ "rules": {
76
+ "body-max-line-length": [
77
+ 1,
78
+ "always",
79
+ 600
80
+ ]
81
+ }
82
},
83
"husky": {
84
"hooks": {
0 commit comments