Skip to content

Commit

Permalink
chore: promote @lucasrod16 to a full maintainer (#2166)
Browse files Browse the repository at this point in the history
## Description

This promotes @lucasrod16 to be a full maintainer on Zarf

## 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 Nov 29, 2023
1 parent 1578cf1 commit 6444b93
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
*.md @Madeline-UX @jeff-mccoy @Racer159 @Noxsios @lucasrod16

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

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

# Docs Website
/docs-website/ @mike-winberry @Racer159 @Noxsios @jeff-mccoy
/docs-website/ @mike-winberry @Racer159 @Noxsios @jeff-mccoy @lucasrod16

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

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

0 comments on commit 6444b93

Please sign in to comment.