Skip to content

Commit

Permalink
Update codeowners (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy authored Nov 27, 2022
1 parent 15d859f commit 6012ee9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"

jobs:
validate:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "docs/**"
- "package.json"
- "package-lock.json"
- "CODEOWNERS"
schedule:
- cron: "32 2 * * 5"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "docs/**"
- "package.json"
- "package-lock.json"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "docs/**"
- "package.json"
- "package-lock.json"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "docs/**"
- "package.json"
- "package-lock.json"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* @defenseunicorns/zarf

# Docs & examples
/adr/ @JasonvanBrackel @jeff-mccoy @YrrepNoj
/adr/ @jeff-mccoy @YrrepNoj @Racer159
/docs/ @Madeline-UX @JasonvanBrackel @RothAndrew @jeff-mccoy @YrrepNoj @Racer159
/examples/ @JasonvanBrackel @RothAndrew @jeff-mccoy @YrrepNoj @Racer159
*.md @Madeline-UX @JasonvanBrackel @RothAndrew @jeff-mccoy @YrrepNoj @Racer159
Expand All @@ -12,8 +12,8 @@
main.go @jeff-mccoy @YrrepNoj @Racer159

# Init package
/packages/ @jeff-mccoy @YrrepNoj @Racer159 @JasonvanBrackel
/zarf.yaml @jeff-mccoy @YrrepNoj @Racer159 @JasonvanBrackel
/packages/ @jeff-mccoy @YrrepNoj @Racer159
/zarf.yaml @jeff-mccoy @YrrepNoj @Racer159

# Web UI-specific
/package*.json @mike-winberry @Racer159 @Noxsios @jeff-mccoy @YrrepNoj
Expand Down

0 comments on commit 6012ee9

Please sign in to comment.