Skip to content

Commit aae08b6

Browse files
authored
Update CODEOWNERS to use EC team (#330)
With growing number of repositories, having consistent and manageable list of codeowners becomes important. This PR updates the CODEOWNERS file to use the EC code owners team as the default codeowners for the repository. This hardens the repository against stale permission issues down the line by tying the access to being part of the team rather than being explicitly granted permission to a repository. This PR also adds `--locked` to a workflow check that was missed in the previous PRs.
1 parent 703f8b8 commit aae08b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- name: cargo check
203203
working-directory: ${{ matrix.example_directory }}
204204
run: |
205-
cargo check --target thumbv8m.main-none-eabihf
205+
cargo check --target thumbv8m.main-none-eabihf --locked
206206
207207
check-std-examples:
208208
runs-on: ubuntu-latest

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* @asasine @felipebalbi @jerrysxie @JamesHuard @madeleyneVaca @RobertZ2011 @tullom
1+
* @OpenDevicePartnership/ec-code-owners
22

33
# Any changes in the supply-chain folder needs approval
44
# from auditors as it relates to cargo vet

0 commit comments

Comments
 (0)