Skip to content

Commit

Permalink
Remove Releng from go.mod, go.sum, and .changeset CODEOWNERS paths (#…
Browse files Browse the repository at this point in the history
…14833)

* Remove Releng from go.mod and go.sum CODEOWNERS paths

* Remove releng as code owner on .changeset

* Make core a second owner for .changeset
  • Loading branch information
chainchad authored Oct 25, 2024
1 parent 2fab939 commit 3a5adb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Root
* @smartcontractkit/foundations

.changeset @smartcontractkit/releng @smartcontractkit/foundations
.changeset @smartcontractkit/core @smartcontractkit/foundations

# Chains
/common @smartcontractkit/bix-framework
Expand Down Expand Up @@ -156,8 +156,8 @@ contracts/scripts/requirements.txt @smartcontractkit/prodsec-public
.nvmrc @smartcontractkit/prodsec-public
contracts/package.json @smartcontractkit/prodsec-public
contracts/pnpm.lock @smartcontractkit/prodsec-public
go.mod @smartcontractkit/prodsec-public @smartcontractkit/releng @smartcontractkit/foundations
go.sum @smartcontractkit/prodsec-public @smartcontractkit/releng @smartcontractkit/foundations
go.mod @smartcontractkit/prodsec-public @smartcontractkit/foundations
go.sum @smartcontractkit/prodsec-public @smartcontractkit/foundations
integration-tests/go.mod @smartcontractkit/prodsec-public @smartcontractkit/test-tooling-team @smartcontractkit/foundations
integration-tests/go.sum @smartcontractkit/prodsec-public @smartcontractkit/test-tooling-team @smartcontractkit/foundations
flake.nix @smartcontractkit/prodsec-public
Expand Down

0 comments on commit 3a5adb2

Please sign in to comment.