summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2023-08-14 11:00:03 +0300
committerGitHub <noreply@github.com>2023-08-14 11:00:03 +0300
commit0717a039462ed819ab60faaa88fd15ed1467ca58 (patch)
treef058e5df3ba5a6c50a5688b8d6c634f30e52be16
parent4bb3f469969f2577d2a788571b2bb17fd3665afe (diff)
chore: introduce mergify configuration
-rw-r--r--.github/.mergify.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/.mergify.yml b/.github/.mergify.yml
new file mode 100644
index 0000000..ddbf1ad
--- /dev/null
+++ b/.github/.mergify.yml
@@ -0,0 +1,17 @@
+queue_rules:
+ - name: Snyk PRs Queue
+ conditions:
+ - "check-success ~= .*"
+
+pull_request_rules:
+ - name: Automatic merge Snyk PRs on Status Checks passing
+ conditions:
+ - title~=^\[Snyk\]
+ - head~=^snyk-fix
+ - base=main
+ actions:
+ queue:
+ name: "Snyk PRs Queue"
+ label:
+ add:
+ - "auto-merge"