From d9e0c622794d908af69127d697e8e448e53d051c Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:08:23 -0800 Subject: [PATCH] Remove DME Edit autolabel (#2835) ## About The Pull Request Removes DME Edit autolabel. It doesn't add much beyond clutter, and a PR will fail linters if it has files missing from tgstation.dme --- .github/labeler.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 351f24ee027..dc2d9be990e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -39,12 +39,6 @@ Dependencies: - any-glob-to-any-file: '**/package-lock.json' - any-glob-to-any-file: '**/yarn.lock' -# When the .DME is changed -DME Edit: -- changed-files: - - any-glob-to-any-file: './*.dme' - - any-glob-to-any-file: '**/*.dme' - # Changes to JavaScript files Javascript: - changed-files: