Skip to content

Commit afa22cd

Browse files
committed
feat: new automerge workflow
1 parent b44294c commit afa22cd

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
@@ -54,7 +54,7 @@
5454
"body-max-line-length": [
5555
1,
5656
"always",
57-
100
57+
600
5858
]
5959
}
6060
},

0 commit comments

Comments
 (0)