-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (26 loc) · 1.18 KB
/
CODEOWNERS
File metadata and controls
28 lines (26 loc) · 1.18 KB
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
# STOP! - DO NOT EDIT THIS FILE MANUALLY
# This file was automatically generated by "bin/codeownership validate".
#
# CODEOWNERS is used for GitHub to suggest code/file owners to various GitHub
# teams. This is useful when developers create Pull Requests since the
# code/file owner is notified. Reference GitHub docs for more details:
# https://help.github.com/en/articles/about-code-owners
/config/teams/payments.yml @PaymentsTeam
/config/teams/payroll.yml @PayrollTeam
/config/teams/ux.yml @UX
/gems/payroll_calculator/**/** @PayrollTeam
/gems/pets/**/** @UX
/javascript/packages/PayrollFlow/**/** @PayrollTeam
/javascript/packages/PayrollFlow/index.tsx @PayrollTeam
/javascript/packages/items/**/** @PayrollTeam
/javascript/packages/items/(special)/**/** @PaymentsTeam
/javascript/packages/list/page-admin.tsx @PaymentsTeam
/ruby/app/models/bank_account.rb @PaymentsTeam
/ruby/app/models/payroll.rb @PayrollTeam
/ruby/app/payments/**/* @PaymentsTeam
/ruby/app/payments/foo/**/** @PayrollTeam
/ruby/app/payroll/**/** @PayrollTeam
/ruby/app/views/foos/edit.erb @PayrollTeam
/ruby/app/views/foos/index.html.erb @UX
/ruby/app/views/foos/new.html.erb @PayrollTeam
/ruby/packages/payroll_flow/**/** @PayrollTeam