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