Skip to content

Commit f0d6dd8

Browse files
[DEVX-3103] Migrate repository configuration from OpsLevel to Port (#271)
1 parent 378275d commit f0d6dd8

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

port-component.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
# (required) Owner must map to a valid automated-teams team name, which should be a child team of https://github.com/orgs/pleo-io/teams/automated-teams
3+
# The team name must not include the `pleo-io/` prefix
4+
steward: team-web-core
5+
6+
# Any tags relevant to your components and/or mandated by platform teams
7+
tags:
8+
9+
# Describes type of component the repository defines.
10+
#
11+
# Use:
12+
# - `type: service` for web services (moons)
13+
# - `type: application` for downloadable software (such as an iOS/Android app,
14+
# CLI tool, standalone executable). This also includes e.g. web apps.
15+
# - `type: library` for software used by other components
16+
# - `type: configuration` for repos that contain pure configuration (such as
17+
# setup of DangerJS or Renovate).
18+
# - `type: documentation` for repos that mostly contain documentation.
19+
# - `type: hiring-challenge` for our hiring challenges.
20+
type: library
21+
22+
# (optional) Relevant repositories which are relevant to this component excluding the repository hosting this file. The current repository will be linked by default in Port.
23+
# Example: Terraform folder which hosts the architecture definition for a backend service (moon)
24+
# related_repositories:
25+
# - name: pleo-io/terraform
26+
# path: /components/moons/potato
27+
# provider: terraform
28+
# display_name: potato @ terraform
29+
30+
# (optional) Any internal or external tool linked to this application such as monitors, logs, documentation, third-party apps, etc.
31+
# tools:
32+
# - name: "Datadog logs: product-dev"
33+
# url: https://app.datadoghq.eu/logs?query=env%3Aproduct-dev&agg_m=count&agg_m_source=base&agg_t=count&messageDisplay=inline&storage=hot&stream_sort=desc&viz=streams
34+
35+
# (optional) The notion page related to this application or owning team
36+
# notion: https://www.notion.so/pleo/
37+
38+
# (optional) A linear view with issues relevant to this application or a link to the linear team for the owning team
39+
# linear: https://linear.app/pleo/

0 commit comments

Comments
 (0)