aboutsummaryrefslogtreecommitdiffstats
path: root/.github/autolabeler.yml
blob: 6eb6f354e57bcf22218e1ab1f858eef536ba6333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/**/*"