Merge "Add airshipui project"
commit
b162818634
|
@ -0,0 +1,16 @@
|
|||
[access "refs/heads/*"]
|
||||
abandon = group airshipui-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group airshipui-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group airshipui-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
|
@ -9,6 +9,9 @@
|
|||
use-storyboard: true
|
||||
groups:
|
||||
- airship
|
||||
- project: airship/airshipui
|
||||
description: A Web UI for interacting with Airship-managed clusters
|
||||
upstream: https://github.com/GarySmith/airshipui.git
|
||||
- project: airship/armada
|
||||
description: An orchestrator for managing a collection of Kubernetes Helm charts.
|
||||
use-storyboard: true
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
# merge conflicts
|
||||
- airship/airship-in-a-bottle
|
||||
- airship/airshipctl
|
||||
- airship/airshipui
|
||||
- airship/armada
|
||||
- airship/deckhand
|
||||
- airship/divingbell
|
||||
|
|
Loading…
Reference in New Issue