Module: kamailio
Branch: master
Commit: 819e1c4a68e5c9fd500e129eccc6dd4016f60f63
URL: 
https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd4016f60f63

Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2024-11-14T13:58:50Z

Create .mergify.yml

---

Added: .github/mergify.yml

---

Diff:  
https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd4016f60f63.diff
Patch: 
https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd4016f60f63.patch

---

diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 00000000000..6f8704aba32
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,14 @@
+pull_request_rules:
+  - name: backport patches to the stable branch
+    conditions:
+      - label=backport
+    actions:
+      backport:
+        body: |
+          {{ body }}
+
+          {% for c in commits %}
+          (cherry picked from commit {{ c.sha }})
+          {% endfor %}
+        branches:
+          - "5.8"

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to