From b5670f21a5264ecde98f52a62913875eec7648e3 Mon Sep 17 00:00:00 2001 From: Amy <3855802+amylizzle@users.noreply.github.com> Date: Fri, 9 Feb 2024 20:57:48 +0000 Subject: [PATCH] Automatic Labeling (#1664) Co-authored-by: wixoa --- .github/boring-cyborg.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/boring-cyborg.yml diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml new file mode 100644 index 0000000000..5d38b02a68 --- /dev/null +++ b/.github/boring-cyborg.yml @@ -0,0 +1,11 @@ +labelPRBasedOnFilePath: + Client: + - OpenDreamClient/**/* + - OpenDreamShared/**/* + Runtime: + - OpenDreamRuntime/**/* + - OpenDreamServer/**/* + - OpenDreamShared/**/* + Compiler: + - OpenDreamCompiler/**/* + - DMDissasembler/**/* \ No newline at end of file