From 79d2a980408e63483c43c7c10fcf1eeaf972e952 Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" <189278048+service-bot-app[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:42:20 +0000 Subject: [PATCH] removing generated public project.yml --- .semaphore/project_public.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .semaphore/project_public.yml diff --git a/.semaphore/project_public.yml b/.semaphore/project_public.yml deleted file mode 100644 index fb83ce58..00000000 --- a/.semaphore/project_public.yml +++ /dev/null @@ -1,25 +0,0 @@ -# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common -# template and configurations in service.yml. -# Modifications in this file will be overwritten by generated content in the nightly run. -# For more information, please refer to the page: -# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI -apiVersion: v1alpha -kind: Project -metadata: - name: confluent-kafka-javascript - description: "" -spec: - visibility: public - repository: - url: git@github.com:confluentinc/confluent-kafka-javascript.git - run_on: - - forked_pull_requests - pipeline_file: .semaphore/semaphore.yml - integration_type: github_app - status: - pipeline_files: - - path: .semaphore/semaphore.yml - level: pipeline - forked_pull_requests: - allowed_contributors: - - "ConfluentSemaphore"