From aec1b98e9a6f466d18981f84902964446ba50b88 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 29 May 2023 13:17:16 +0930 Subject: [PATCH] ci(chore): add nfc automation config !12 --- .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