From 3eafca6c41374878e0bf4e0005bffebd45302177 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 2 Feb 2024 22:32:19 +0930 Subject: [PATCH] feat(nfc_automation): add automation file !5 --- .nfc_automation.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .nfc_automation.yaml diff --git a/.nfc_automation.yaml b/.nfc_automation.yaml new file mode 100644 index 0000000..e1eb17f --- /dev/null +++ b/.nfc_automation.yaml @@ -0,0 +1,10 @@ +--- + +role_git_conf: + gitlab: + submodule_branch: "development" + default_branch: development + mr_labels: ~"type::automation" ~"impact::0" ~"priority::0" + auto_merge: true + merge_request: + patch_labels: '~"code review::not started"'