Skip to content

Commit

Permalink
Reorder blocks to match skeleton
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Mar 13, 2024
1 parent b53b74e commit fee9292
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
# the repository and any of its subdirectories.
/.github/ @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj

# Let jsf9k own the sometimes-touchy AWS and Python playbooks.
/src/aws.yml @jsf9k
/src/python.yml @jsf9k

# Let dav3r, jasonodoom, jsf9k, and @mcdonnnj share ownership of packer.pkr.hcl.
/src/packer.pkr.hcl @dav3r @jasonodoom @jsf9k @mcdonnnj

# These folks own all linting configuration files.
/.ansible-lint @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj
/.bandit.yml @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj
Expand All @@ -22,10 +29,3 @@
/requirements-dev.txt @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj
/requirements-test.txt @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj
/setup-env @dav3r @felddy @jasonodoom @jsf9k @mcdonnnj

# Let jsf9k own the sometimes-touchy AWS and Python playbooks.
/src/aws.yml @jsf9k
/src/python.yml @jsf9k

# Let dav3r, jasonodoom, jsf9k, and @mcdonnnj share ownership of packer.pkr.hcl.
/src/packer.pkr.hcl @dav3r @jasonodoom @jsf9k @mcdonnnj

0 comments on commit fee9292

Please sign in to comment.