Skip to content

Commit

Permalink
Add the teams' information (#7)
Browse files Browse the repository at this point in the history
The goal is to ensure the correct reviewers and approvers are in
place for each part of the project.

complytime-approvers - This would be a CODEOWNER group
openscap-plugin-approvers - This would be a CODEOWNER group
complytime-dev - write access to complytime
  • Loading branch information
huiwangredhat authored Nov 13, 2024
1 parent 28da53e commit fb30638
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,35 @@ orgs:
has_projects: true
docs:
description: Documentation
teams:
complytime-approvers:
description: This would be a CODEOWNER group for cmd complytime
members:
- d10n
- gvauter
- hbraswelrh
- huiwangredhat
- jpower432
- qduanmu
repos:
complytime: write
openscap-plugin-approvers:
description: This would be a CODEOWNER group for cmd openscap-plugin
members:
- marcusburghardt
- vojtapolasek
repos:
complytime: write
complytime-dev:
description: people working on complytime repo
members:
- d10n
- gvauter
- hbraswelrh
- huiwangredhat
- marcusburghardt
- jpower432
- qduanmu
- vojtapolasek
repos:
complytime: write

0 comments on commit fb30638

Please sign in to comment.