aboutsummaryrefslogtreecommitdiffstats
path: root/.github/autolabeler.yml
blob: c8033d8c30343a732dd273a3f54ddb50befc999a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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*"