Module: kamailio Branch: master Commit: 819e1c4a68e5c9fd500e129eccc6dd4016f60f63 URL: https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd40...
Author: Xenofon Karamanos 22965395+xkaraman@users.noreply.github.com Committer: Xenofon Karamanos xk@gilawa.com Date: 2024-11-14T13:58:50Z
Create .mergify.yml
---
Added: .github/mergify.yml
---
Diff: https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd40... Patch: https://github.com/kamailio/kamailio/commit/819e1c4a68e5c9fd500e129eccc6dd40...
---
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"