diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..712ae4a9 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,17 @@ +ruby: '**/*.rb ' +javascript: +- '**/*.js' +- '**/*.ts*' +test: +- 'spec/**' +- '**/*.spec.js' +- '**/*.spec.ts*' +model: 'app/models/**' +controller: 'app/controllers/**' +mailer: 'app/mailers/**' +view: 'app/views/**' +jobs: 'app/jobs/**' +dependencies: +- 'Gemfile.lock' +- 'yarn.lock' +- 'gems/**' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index f4c38c58..00000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,10 +0,0 @@ -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/**