From e0234999561bd0c26b000b56559d1db531cf8710 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 5 Jun 2020 14:13:48 -0500 Subject: [PATCH] Fill out some of the labeler rules --- .github/labeler.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 712ae4a9..4e388667 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,11 +1,11 @@ -ruby: '**/*.rb ' +ruby: './**/*.rb ' javascript: -- '**/*.js' -- '**/*.ts*' -test: +- './**/*.js' +- './**/*.ts*' +spec: - 'spec/**' -- '**/*.spec.js' -- '**/*.spec.ts*' +- './**/*.spec.js' +- './**/*.spec.ts*' model: 'app/models/**' controller: 'app/controllers/**' mailer: 'app/mailers/**' @@ -15,3 +15,8 @@ dependencies: - 'Gemfile.lock' - 'yarn.lock' - 'gems/**' +config: +- "./config/**" +widget: +- "app/javascript/donate-button/*" +- "app/assets/stylesheets/donate-button/*"