aboutsummaryrefslogtreecommitdiffstats
path: root/.github/autolabeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/autolabeler.yml')
-rw-r--r--.github/autolabeler.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
new file mode 100644
index 0000000000..6eb6f354e5
--- /dev/null
+++ b/.github/autolabeler.yml
@@ -0,0 +1,28 @@
+actioncable:
+ - "actioncable/**/*"
+actionmailbox:
+ - "actionmailbox/**/*"
+actionmailer:
+ - "actionmailer/**/*"
+actionpack:
+ - "actionpack/**/*"
+actiontext:
+ - "actiontext/**/*"
+actionview:
+ - "actionview/**/*"
+activejob:
+ - "activejob/**/*"
+activemodel:
+ - "activemodel/**/*"
+activerecord:
+ - "activerecord/**/*"
+activestorage:
+ - "activestorage/**/*"
+activesupport:
+ - "activesupport/**/*"
+rails-ujs:
+ - "actionview/app/assets/javascripts/rails-ujs*/*"
+railties:
+ - "railties/**/*"
+docs:
+ - "guides/**/*"