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/**'