Skip to content

Commit b6048c0

Browse files
committed
feat: new automerge workflow
1 parent 5c74521 commit b6048c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"body-max-line-length": [
5757
1,
5858
"always",
59-
100
59+
600
6060
]
6161
}
6262
},

0 commit comments

Comments
 (0)