From c045b86e6a678b9f72d2019e77df0253e65db78d Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 18 Jun 2020 11:14:22 +0800 Subject: [PATCH] add yaml file --- sudo.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sudo.yaml diff --git a/sudo.yaml b/sudo.yaml new file mode 100644 index 0000000..5ef0670 --- /dev/null +++ b/sudo.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: "sudo-project/sudo" +tag_prefix: "^SUDO_" +seperator: _ -- Gitee