Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propose to create the new repo autoscaler-keda #1562

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions peribolos/knative-extensions-OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Do not modify this file, instead modify peribolos/knative-extensions.yaml

aliases:
autoscaler-keda-approvers:
- ReToCode
- skonto
backstage-plugins-reviewers:
- aliok
- cali0707
Expand Down
22 changes: 22 additions & 0 deletions peribolos/knative-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ orgs:
squash_merge_commit_title: PR_TITLE
squash_merge_commit_message: COMMIT_MESSAGES
archived: true
autoscaler-keda:
allow_merge_commit: false
allow_rebase_merge: false
description: "Keda based Knative HPA Autoscaler"
has_projects: true
has_wiki: false
squash_merge_commit_title: PR_TITLE
squash_merge_commit_message: COMMIT_MESSAGES
backstage-plugins:
allow_merge_commit: false
allow_rebase_merge: false
Expand Down Expand Up @@ -669,6 +677,7 @@ orgs:
# All repos should be listed here!
.github: admin
async-component: admin
autoscaler-keda: admin
backstage-plugins: admin
container-freezer: admin
scaling-group: admin
Expand Down Expand Up @@ -820,6 +829,8 @@ orgs:
- retocode
- skonto
repos:
autoscaler-keda: triage
net-certmanager: triage
net-contour: triage
net-gateway-api: triage
net-http01: triage
Expand All @@ -832,6 +843,8 @@ orgs:
description: Grants write access to serving-related repositories.
privacy: closed
repos:
autoscaler-keda: write
net-certmanager: write
net-contour: write
net-gateway-api: write
net-http01: write
Expand Down Expand Up @@ -865,6 +878,15 @@ orgs:
- zainabhusain227
- leo6leo

autoscaler-keda Approvers:
description: Approver group for autoscaler-keda - to be used in CODEOWNERS file
privacy: closed
repos:
autoscaler-keda: write
members:
- skonto
- ReToCode

backstage-plugins Reviewers:
description: Reviewer group for backstage-plugins - to be used in CODEOWNERS file
privacy: closed
Expand Down
Loading