diff --git a/.github/autolabeler-config.json b/.github/autolabeler-config.json index 4485d62c..30e34b97 100644 --- a/.github/autolabeler-config.json +++ b/.github/autolabeler-config.json @@ -50,7 +50,7 @@ "maintenance": [ { "fileStatus": null, - "includeGlobs": ["*.md", ".github/**"], + "includeGlobs": ["*.md", ".github/**", "misc/*.func", "ct/create_lxc.sh"], "excludeGlobs": [] } ], @@ -61,4 +61,4 @@ "excludeGlobs": [] } ] -} \ No newline at end of file +}