Skip to content

Commit 082132b

Browse files
committed
chore(ci): require DevOps review on .github/ (ENG-2017)
This repo accepts pull requests from outside contributors and had no CODEOWNERS at all, so a workflow change here needed no particular reviewer. Everything under .github/ decides what runs in CI, on which runner, and with which secrets in scope, which is a trust boundary rather than product code. Auto-request only for now. Making it a hard gate needs require_code_owner_reviews in branch protection, which this repo does not have; that rides ENG-2013's org ruleset.
1 parent 126fb5f commit 082132b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Everything under .github/ decides what runs in CI, on which runner, and with
2+
# which secrets in scope. This repo accepts pull requests from outside
3+
# contributors, so a change here is a change to a trust boundary rather than to
4+
# the product. DevOps reviews it.
5+
.github/ @mindsdb/devops

0 commit comments

Comments
 (0)