From 62c8214673fae63d8736f6c5d1c2802d67b8e21a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Jul 2024 11:52:10 +0200 Subject: [PATCH] remove --- .ci/update-specs.yml | 57 -------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .ci/update-specs.yml diff --git a/.ci/update-specs.yml b/.ci/update-specs.yml deleted file mode 100644 index 42b7211..0000000 --- a/.ci/update-specs.yml +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: update specs - -scms: - githubConfig: - kind: github - spec: - user: '{{ requiredEnv "GITHUB_ACTOR" }}' - owner: elastic - repository: ecs-logging-java - token: '{{ requiredEnv "GITHUB_TOKEN" }}' - username: '{{ requiredEnv "GITHUB_ACTOR" }}' - branch: main - commitusingapi: true - -actions: - ecs-logging-java: - kind: github/pullrequest - scmid: githubConfig - sourceid: sha - spec: - automerge: false - labels: - - dependencies - title: 'synchronize ecs-logging spec' - description: |- - ### What - - ECS logging specs automatic sync - - ### Why - - *Changeset* - * https://github.com/elastic/ecs-logging/commit/{{ source "sha" }} - -sources: - spec.json: - name: Get specs from json - kind: file - spec: - file: https://raw.githubusercontent.com/elastic/ecs-logging/main/spec/spec.json - - sha: - name: Get commit - kind: json - spec: - file: 'https://api.github.com/repos/elastic/ecs-logging/commits?path=spec%2Fspec.json&page=1&per_page=1' - key: ".[0].sha" - -targets: - spec.json-update: - name: 'synchronize ecs-logging spec' - kind: file - sourceid: spec.json - scmid: githubConfig - spec: - file: ecs-logging-core/src/test/resources/spec/spec.json