aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/autolabeler.yml46
1 files changed, 46 insertions, 0 deletions
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*"