mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #34102 from gmcgibbon/less_aggressive_auto_labeling
Remove some autolabeling globs
This commit is contained in:
commit
164e0e2c27
1 changed files with 0 additions and 22 deletions
22
.github/autolabeler.yml
vendored
22
.github/autolabeler.yml
vendored
|
@ -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*"
|
||||
|
|
Loading…
Reference in a new issue