diff options
author | Gannon McGibbon <gannon.mcgibbon@gmail.com> | 2018-10-05 14:43:51 -0400 |
---|---|---|
committer | Gannon McGibbon <gannon.mcgibbon@gmail.com> | 2018-10-05 14:44:05 -0400 |
commit | b3b022492266780f409c419f860a33b6a68bbf41 (patch) | |
tree | 6d32965250a2ab513a01529c5ff38019e0154f08 | |
parent | 0b6d2189c8d5c5d700877724b66242ce541d511d (diff) | |
download | rails-b3b022492266780f409c419f860a33b6a68bbf41.tar.gz rails-b3b022492266780f409c419f860a33b6a68bbf41.tar.bz2 rails-b3b022492266780f409c419f860a33b6a68bbf41.zip |
Remove some autolabeling globs
[ci skip]
-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*" |