From 2b6675138ef10a4aea60698e87b505d81b8455ed Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 14 Feb 2019 13:57:07 -0800 Subject: [PATCH] Added autolabeler for PRs https://github.com/probot/autolabeler --- .github/autolabeler.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/autolabeler.yml diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 0000000000..8b294bb741 --- /dev/null +++ b/.github/autolabeler.yml @@ -0,0 +1,4 @@ +frontend: ["*.js", "*.css", "*.vue", "*.scss", "*.less", "*.blade.*"] +backend: ["/app", "*.php"] +legal: ["LICENSE*", "NOTICES*"] +config: .github