From 6a4a3a09a08958220478d0b8ad0acdd94fcbb7f3 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 4 Jun 2023 10:35:31 +0930 Subject: [PATCH] feat(ci): add automation config !9 #3 --- .nfc_automation.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .nfc_automation.yaml diff --git a/.nfc_automation.yaml b/.nfc_automation.yaml new file mode 100644 index 0000000..077d7f4 --- /dev/null +++ b/.nfc_automation.yaml @@ -0,0 +1,8 @@ +--- + +role_git_conf: + gitlab: + submodule_branch: "development" + default_branch: development + mr_labels: ~"type::automation" ~"impact::0" ~"priority::0" + auto_merge: true