Skip to content

Commit 032bd27

Browse files
authored
ci(Mergify): configuration update (#11)
* ci(Mergify): configuration update Signed-off-by: Albion Bame <null> * ignore keywords from spell check * [MegaLinter] Apply linters fixes --------- Signed-off-by: Albion Bame <null>
1 parent 3f7a3f3 commit 032bd27

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"tfsec",
4545
"elbv",
4646
"loadbalancer",
47-
"trivyignore"
47+
"trivyignore",
48+
"abame",
49+
"mergify"
4850
],
4951
"version": "0.2"
5052
}

.mergify.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pull_request_rules:
2+
- name: Automatic merge on approval
3+
conditions:
4+
- '#approved-reviews-by>=1'
5+
actions:
6+
merge:
7+
method: merge

0 commit comments

Comments
 (0)