mirror of https://github.com/knative/community.git
proposal(func-go): adds knative-sandbox/func-go (#1221)
* proposal(func-go): adds knative-sandbox/func-go See: https://github.com/knative/community/issues/1220 /kind proposal Signed-off-by: Lance Ball <lball@redhat.com> * fixup: correct description for func-go approvers Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
d773470a0d
commit
878d1160e3
|
@ -118,6 +118,20 @@ aliases:
|
|||
- nainaz
|
||||
- salaboy
|
||||
- zroubalik
|
||||
function-runtime-approvers:
|
||||
- lance
|
||||
- lkingland
|
||||
- matejvasek
|
||||
- nainaz
|
||||
- salaboy
|
||||
- zroubalik
|
||||
function-runtime-writers:
|
||||
- lance
|
||||
- lkingland
|
||||
- matejvasek
|
||||
- nainaz
|
||||
- salaboy
|
||||
- zroubalik
|
||||
homebrew-kn-plugins-approvers:
|
||||
- dsimansk
|
||||
- maximilien
|
||||
|
|
|
@ -458,6 +458,14 @@ orgs:
|
|||
has_wiki: false
|
||||
squash_merge_commit_title: PR_TITLE
|
||||
squash_merge_commit_message: COMMIT_MESSAGES
|
||||
func-go:
|
||||
allow_merge_commit: false
|
||||
allow_rebase_merge: false
|
||||
description: Golang 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
|
||||
|
@ -746,6 +754,18 @@ orgs:
|
|||
description: The Working Group leads for Eventing Kafka
|
||||
members:
|
||||
- travis-minke-sap
|
||||
Function Runtime Writers:
|
||||
description: Grants write access to knative-sandbox/func-go
|
||||
privacy: closed
|
||||
repos:
|
||||
func-go: write
|
||||
members:
|
||||
- lance
|
||||
- lkingland
|
||||
- matejvasek
|
||||
- nainaz
|
||||
- salaboy
|
||||
- zroubalik
|
||||
Functastic Writers:
|
||||
description: Grants write access to function related repositories
|
||||
privacy: closed
|
||||
|
@ -785,6 +805,7 @@ orgs:
|
|||
eventing-prometheus: admin
|
||||
eventing-rabbitmq: admin
|
||||
eventing-redis: admin
|
||||
func-go: admin
|
||||
func-tastic: admin
|
||||
homebrew-kn-plugins: admin
|
||||
kn-plugin-admin: admin
|
||||
|
@ -1123,6 +1144,19 @@ orgs:
|
|||
- lionelvillard
|
||||
- matzew
|
||||
|
||||
Function Runtime Approvers:
|
||||
description: Approver group for func-go
|
||||
privacy: closed
|
||||
repos:
|
||||
func-go: write
|
||||
members:
|
||||
- lance
|
||||
- lkingland
|
||||
- matejvasek
|
||||
- zroubalik
|
||||
- nainaz
|
||||
- salaboy
|
||||
|
||||
func-tastic Approvers:
|
||||
description: Approver group for func-tastic
|
||||
privacy: closed
|
||||
|
|
Loading…
Reference in New Issue