diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-10-05 15:27:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 15:27:11 -0400 |
commit | 164e0e2c277255055ee1bd5c555a32c45d10dc98 (patch) | |
tree | 397773683ca89388c32d09da9ed62d19c4f200c7 | |
parent | 84744b4c0daeb429f5c5d3b345fd0cb97781e1ab (diff) | |
parent | b3b022492266780f409c419f860a33b6a68bbf41 (diff) | |
download | rails-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.yml | 22 |
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*" |