aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-10-05 15:27:11 -0400
committerGitHub <noreply@github.com>2018-10-05 15:27:11 -0400
commit164e0e2c277255055ee1bd5c555a32c45d10dc98 (patch)
tree397773683ca89388c32d09da9ed62d19c4f200c7
parent84744b4c0daeb429f5c5d3b345fd0cb97781e1ab (diff)
parentb3b022492266780f409c419f860a33b6a68bbf41 (diff)
downloadrails-164e0e2c277255055ee1bd5c555a32c45d10dc98.tar.gz
rails-164e0e2c277255055ee1bd5c555a32c45d10dc98.tar.bz2
rails-164e0e2c277255055ee1bd5c555a32c45d10dc98.zip
Merge pull request #34102 from gmcgibbon/less_aggressive_auto_labeling
Remove some autolabeling globs
-rw-r--r--.github/autolabeler.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index c8033d8c30..d73b2e3362 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -4,8 +4,6 @@ actionmailer:
- "actionmailer/**/*"
actionpack:
- "actionpack/**/*"
-routing:
- - "actionpack/**/*routing*"
actionview:
- "actionview/**/*"
activejob:
@@ -14,12 +12,6 @@ activemodel:
- "activemodel/**/*"
activerecord:
- "activerecord/**/*"
-MySQL:
- - "activerecord/**/*mysql*"
-PostgreSQL:
- - "activerecord/**/*postgresql*"
-enum:
- - "activerecord/**/*enum*"
activestorage:
- "activestorage/**/*"
activesupport:
@@ -28,19 +20,5 @@ rails-ujs:
- "actionview/app/assets/javascripts/rails-ujs*/*"
railties:
- "railties/**/*"
-engines:
- - "railties/lib/rails/engine/**/*"
- - "railties/test/railties/**/*engine*"
docs:
- "guides/**/*"
-asset pipeline:
- - "guides/source/asset_pipeline.md"
-ci issues:
- - "ci/**/*"
-security:
- - "**/*security*"
- - "**/*secure*"
- - "**/*sanitize*"
- - "**/*sanitization*"
-i18n:
- - "**/*i18n*"