Skip to content

Commit

Permalink
Update codeowners to drop non-active approvers and add @Noxsios in mo…
Browse files Browse the repository at this point in the history
…re places (#1647)

## Description

Updates CODEOWNERS to add @Noxsios as another approver for more files
along with dropping non-active approvers.

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 authored Apr 25, 2023
1 parent c5e6b27 commit af2db8d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
* @defenseunicorns/zarf

# Docs & examples
/adr/ @jeff-mccoy @YrrepNoj @Racer159
/docs/ @Madeline-UX @JasonvanBrackel @jeff-mccoy @YrrepNoj @Racer159 @wirewc
/examples/ @JasonvanBrackel @jeff-mccoy @YrrepNoj @Racer159 @wirewc
*.md @Madeline-UX @JasonvanBrackel @jeff-mccoy @YrrepNoj @Racer159 @wirewc
/adr/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/docs/ @Madeline-UX @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/examples/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
*.md @Madeline-UX @jeff-mccoy @YrrepNoj @Racer159 @Noxsios

# Core code
/src/ @jeff-mccoy @YrrepNoj @Racer159
/go.* @jeff-mccoy @YrrepNoj @Racer159
main.go @jeff-mccoy @YrrepNoj @Racer159
/src/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/go.* @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
main.go @jeff-mccoy @YrrepNoj @Racer159 @Noxsios

# Init package
/packages/ @jeff-mccoy @YrrepNoj @Racer159
/zarf.yaml @jeff-mccoy @YrrepNoj @Racer159
/packages/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/zarf.yaml @jeff-mccoy @YrrepNoj @Racer159 @Noxsios

# Web UI-specific
/package*.json @mike-winberry @Racer159 @Noxsios @jeff-mccoy @YrrepNoj
Expand All @@ -26,15 +26,15 @@ main.go @jeff-mccoy @YrrepNoj @Racer159
/docs-website/ @mike-winberry @Racer159 @Noxsios @jeff-mccoy @YrrepNoj

# Privileged pipeline files
/.github/ @jeff-mccoy @YrrepNoj @Racer159
/hack/ @jeff-mccoy @YrrepNoj @Racer159
/.gitignore @jeff-mccoy @YrrepNoj @Racer159
/.golangci.yml @jeff-mccoy @YrrepNoj @Racer159
/.goreleaser.yml @jeff-mccoy @YrrepNoj @Racer159
/.grype.yaml @jeff-mccoy @YrrepNoj @Racer159
/Dockerfile @jeff-mccoy @YrrepNoj @Racer159
/renovate.json @jeff-mccoy @YrrepNoj @Racer159
/Makefile @jeff-mccoy @YrrepNoj @Racer159
/.github/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/hack/ @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/.gitignore @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/.golangci.yml @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/.goreleaser.yml @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/.grype.yaml @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/Dockerfile @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/renovate.json @jeff-mccoy @YrrepNoj @Racer159 @Noxsios
/Makefile @jeff-mccoy @YrrepNoj @Racer159 @Noxsios

# Additional privileged files
/CODEOWNERS @jeff-mccoy @runyontr
Expand Down

0 comments on commit af2db8d

Please sign in to comment.