From c3f3c3911642899255f87a97959c72cc096f5136 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Thu, 27 Sep 2018 17:49:28 -0400 Subject: Add probot autolabeler config --- .github/autolabeler.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/autolabeler.yml (limited to '.github') diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 0000000000..c8033d8c30 --- /dev/null +++ b/.github/autolabeler.yml @@ -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*" -- cgit v1.2.3