Skip to content

Commit 2b75d42

Browse files
author
Nissan Pow
committed
Fix CODEOWNERS trailing newline and add workflow permissions
Add missing trailing newline to .github/CODEOWNERS and set permissions: read-all on the codeowners workflow for least-privilege.
1 parent b4d5e24 commit 2b75d42

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
# Rule extracted from metaflow/plugins/uv/CODEOWNERS
8181
/metaflow/plugins/uv/**/* @saikonen
8282

83-
#################################### Generated content - do not edit! ####################################
83+
#################################### Generated content - do not edit! ####################################

.github/workflows/codeowners.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '**/CODEOWNERS'
77
- '.codeowners-generatorrc'
88

9+
permissions: read-all
10+
911
jobs:
1012
check-codeowners:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)