Skip to content

Commit

Permalink
don't require build maintainers approval (#36325)
Browse files Browse the repository at this point in the history
Historically, we imposed a limit on who could approve changes in
`Makefile` and `.github/workflows/` to prevent PRs from breaking CI.

Now that builds happen in elastic-build, it's a lot harder for randos to
break the build (not impossible; _this does not constitute a
challenge_), and we should let others contribute to the Makefile and GHA
workflows. The blast radius of changes to those are a lot smaller now.

Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Dec 11, 2024
1 parent c8dcb0c commit 427da5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Require review by build system owners for workflow and Makefile changes.
Makefile @wolfi-dev/wolfi-build-maintainers
/.github/workflows/ @wolfi-dev/wolfi-build-maintainers

# Require review by repo owners of changes to CODEOWNERS
CODEOWNERS @wolfi-dev/wolfi-owners

Expand Down

0 comments on commit 427da5d

Please sign in to comment.