From ca516c0ff2bbd2e64b5fb280e4aa4ec2c96f69ae Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sun, 15 Mar 2020 14:52:48 -0400 Subject: [PATCH] Mark 'system' folder changes --- .github/boring-cyborg.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 9445086074..a14a63f58a 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -22,7 +22,12 @@ labelPRBasedOnFilePath: # Add 'Type: Fluff' to any change to *custom_items* "Type: Fluff": - - "**custom_items**" + - '**custom_items**' + + # Contains changes to system folders + "Type: .git or .github" + - '.github/**' + - '.git/**' ##### Greetings ######################################################################################################## # Comment to be posted to welcome users when they open their first PR