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

func-python: adds knative-extensions/func-python #1565

Merged
merged 1 commit into from
Apr 30, 2024
Merged
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
15 changes: 13 additions & 2 deletions peribolos/knative-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ orgs:
has_wiki: false
squash_merge_commit_title: PR_TITLE
squash_merge_commit_message: COMMIT_MESSAGES
func-python:
allow_merge_commit: false
allow_rebase_merge: false
description: Python runtime and invocation framework for Knative functions
has_projects: true
has_wiki: false
squash_merge_commit_title: PR_TITLE
squash_merge_commit_message: COMMIT_MESSAGES
func-tastic:
allow_merge_commit: false
allow_rebase_merge: false
Expand Down Expand Up @@ -628,10 +636,11 @@ orgs:
eventing-kafka: write
eventing-kafka-broker: write
Function Runtime Writers:
description: Grants write access to knative-extensions/func-go
description: Grants write access to knative-extensions func-go, func-python
privacy: closed
repos:
func-go: write
func-python: write
members:
- lance
- lkingland
Expand Down Expand Up @@ -677,6 +686,7 @@ orgs:
eventing-rabbitmq: admin
eventing-redis: admin
func-go: admin
func-python: admin
func-tastic: admin
homebrew-kn-plugins: admin
kn-plugin-admin: admin
Expand Down Expand Up @@ -1012,10 +1022,11 @@ orgs:
- matzew

Function Runtime Approvers:
description: Approver group for func-go
description: Approver group for func-go, func-python
privacy: closed
repos:
func-go: write
func-python: write
members:
- lance
- lkingland
Expand Down
Loading