From 34c35dff56bc6dc3c4cb0f04442c20b2f077c2be Mon Sep 17 00:00:00 2001 From: Vauff Date: Tue, 19 Mar 2024 18:29:58 -0400 Subject: [PATCH] Update labeler cfg --- .github/labeler.yml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 91a14fa0..e545090c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,18 +1,29 @@ BossHud: -- bosshud/* +- any: + - changed-files: + - any-glob-to-any-file: 'bosshud/*' entWatch: -- entwatch/* +- any: + - changed-files: + - any-glob-to-any-file: 'entwatch/*' MusicName: -- musicname/* +- any: + - changed-files: + - any-glob-to-any-file: 'musicname/*' SaveLevel: -- savelevel/* +- any: + - changed-files: + - any-glob-to-any-file: 'savelevel/*' Stripper: -- stripper/* +- any: + - changed-files: + - any-glob-to-any-file: 'stripper/*' ZombieReloaded: -- zombiereloaded/* - +- any: + - changed-files: + - any-glob-to-any-file: 'zombiereloaded/*' \ No newline at end of file