From dbd102ccbd4d7413fdbc2dd180f8391536e7c0f4 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Tue, 19 May 2020 11:31:00 -0400 Subject: [PATCH] Add some more boring cyborg labels --- .github/boring-cyborg.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 8dfea4c815b..eb876607861 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -28,6 +28,14 @@ labelPRBasedOnFilePath: - 'config/jobwhitelist.txt' - 'config/custom_sprites.txt' + # Contains changes to the dme + "Contains .dme Change" + - '*.dme' + + # Contains root file changes to files other than the dme (shouldn't happen) + "Contains non-dme root changes" + - '*.!(dme)' + # Contains changes to system folders "Type: .git or .github": - '.github/**'