We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c74521 commit b6048c0Copy full SHA for b6048c0
.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
@@ -56,7 +56,7 @@
56
"body-max-line-length": [
57
1,
58
"always",
59
- 100
+ 600
60
]
61
}
62
},
0 commit comments