From 20bb594744cef1dd59d02527c645a979d5fbc3a0 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 4 Jun 2020 13:45:30 -0500 Subject: [PATCH] Create labeler.yml --- .github/workflows/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..f4c38c58 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,10 @@ +ruby: **/*.rb +javascript: +- any: ['**/*.js', '**/*.ts','**/*.tsx'] +test: +- any: ['spec/**', '**/*.spec.js', '**/*.spec.ts', '**/*.spec.tsx'] +model: app/models/** +controller: app/controllers/** +mailer: app/mailers/** +view: app/views/** +jobs: app/jobs/**