From 1ad645eda5f96fc8abd2f9089d7e5ced6510bdbc Mon Sep 17 00:00:00 2001 From: Dimitris Karamanis Date: Fri, 31 Jan 2025 12:51:07 +0100 Subject: [PATCH] [DEVX-3250] Remove opslevel.yml and fix any remaining values in port-component.yaml --- opslevel.yml | 14 -------------- port-component.yaml | 6 ++++++ 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 opslevel.yml diff --git a/opslevel.yml b/opslevel.yml deleted file mode 100644 index fe33a83..0000000 --- a/opslevel.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -version: 1 -service: - name: S3 Cache Action - lifecycle: generally_available - owner: team-web-core - language: TypeScript - description: |- - Allows to skip a job if it already succeeded for the same repo state. Uses S3 for caching. - aliases: - - s3_cache_action - tags: - - key: type - value: library diff --git a/port-component.yaml b/port-component.yaml index 5effb67..93b1c7c 100644 --- a/port-component.yaml +++ b/port-component.yaml @@ -3,6 +3,12 @@ # The team name must not include the `pleo-io/` prefix steward: team-web-core +# (optional) Add your slack channel name in case it doesn't have the format "<>-public" like for example "team-devx-public +# slack_channel: dummy-channel + +# (optional) The description for this component will be picked up from the related GitHub repository. If you need to provide a different one, you can use this field +# description: This is a description about your component + # Any tags relevant to your components and/or mandated by platform teams tags: