aboutsummaryrefslogtreecommitdiffstats
path: root/.github/autolabeler.yml
blob: 4a1d2bb6bf479ed6009e836160c65dbafa08a6b1 (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
actioncable:
  - "actioncable/**/*"
actionmailbox:
  - "actionmailbox/**/*"
actionmailer:
  - "actionmailer/**/*"
actionpack:
  - "actionpack/**/*"
actionview:
  - "actionview/**/*"
activejob:
  - "activejob/**/*"
activemodel:
  - "activemodel/**/*"
activerecord:
  - "activerecord/**/*"
activestorage:
  - "activestorage/**/*"
activesupport:
  - "activesupport/**/*"
rails-ujs:
  - "actionview/app/assets/javascripts/rails-ujs*/*"
railties:
  - "railties/**/*"
docs:
  - "guides/**/*"