Skip to content

Commit

Permalink
Update release leads for Knative 1.16 (#1620)
Browse files Browse the repository at this point in the history
* Update release leads for Knative 1.16

* Fix python install
  • Loading branch information
dsimansk authored Oct 10, 2024
1 parent 0d43482 commit 0a59126
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/peribolos-schema-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
name: Check peribolos schema.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- run: pip install strictyaml
- run: pip install strictyaml --break-system-packages
- name: Validate knative.yaml
run: python3 peribolos/validate-schema.py peribolos/knative.yaml
- name: Validate knative-extensions.yaml
Expand Down
7 changes: 6 additions & 1 deletion peribolos/knative-OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ aliases:
- knative-test-reporter-robot
- nainaz
- psschwei
- retocode
- salaboy
- skonto
- upodroid
knative-release-leads: []
knative-release-leads:
- dsimansk
- retocode
- skonto
knative-robots:
- knative-automation
- knative-prow-releaser-robot
Expand Down
7 changes: 6 additions & 1 deletion peribolos/knative-extensions-OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,14 @@ aliases:
- knative-test-reporter-robot
- nainaz
- psschwei
- retocode
- salaboy
- skonto
- upodroid
knative-release-leads: []
knative-release-leads:
- dsimansk
- retocode
- skonto
knative-robots:
- knative-automation
- knative-prow-releaser-robot
Expand Down
5 changes: 4 additions & 1 deletion peribolos/knative-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,10 @@ orgs:
Knative Release Leads:
privacy: closed
description: Active members of the Knative Release Leads rotation.
maintainers: []
maintainers:
- dsimansk
- retocode
- skonto
Productivity Leads:
#Using the same team name as below `Productivity WG Leads` puts peribolos in a weird state.
privacy: closed
Expand Down
5 changes: 4 additions & 1 deletion peribolos/knative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,10 @@ orgs:
Knative Release Leads:
privacy: closed
description: Active members of the Knative Release Leads rotation.
maintainers: []
maintainers:
- dsimansk
- retocode
- skonto
Productivity Leads:
#Using the same team name as below `Productivity WG Leads` puts peribolos in a weird state.
privacy: closed
Expand Down

0 comments on commit 0a59126

Please sign in to comment.