Merge pull request #34007 from gmcgibbon/automatic_labeling

Add probot autolabeler config
This commit is contained in:
Rafael França 2018-09-27 20:30:59 -04:00 committed by GitHub
commit 6b9cc6fee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 46 additions and 0 deletions

46
.github/autolabeler.yml vendored Normal file
View File

@ -0,0 +1,46 @@
actioncable:
- "actioncable/**/*"
actionmailer:
- "actionmailer/**/*"
actionpack:
- "actionpack/**/*"
routing:
- "actionpack/**/*routing*"
actionview:
- "actionview/**/*"
activejob:
- "activejob/**/*"
activemodel:
- "activemodel/**/*"
activerecord:
- "activerecord/**/*"
MySQL:
- "activerecord/**/*mysql*"
PostgreSQL:
- "activerecord/**/*postgresql*"
enum:
- "activerecord/**/*enum*"
activestorage:
- "activestorage/**/*"
activesupport:
- "activesupport/**/*"
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*"