From 3258a348b8560d9414102da5ee2e5b57c5fd00a0 Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Fri, 10 Jan 2025 13:55:27 -0800 Subject: [PATCH] [chore] Remove invalid fields from update-otel GH actions I took them from another OTel project, but apparently the values are invalid. A multiline YAML flag is missing. I'm removing them for now since I don't think they are necessary --- .github/workflows/update-otel.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-otel.yaml b/.github/workflows/update-otel.yaml index 81f433cb3076..76cf8355db4a 100644 --- a/.github/workflows/update-otel.yaml +++ b/.github/workflows/update-otel.yaml @@ -31,12 +31,6 @@ jobs: branch: opentelemetrybot/update-otel path: opentelemetry-collector-contrib base: main - author: - opentelemetrybot - <107717825+opentelemetrybot@users.noreply.github.com> - committer: - opentelemetrybot - <107717825+opentelemetrybot@users.noreply.github.com> token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} commit-message: [chore] Update to latest opentelemetry-collector release. title: "[chore] Update to latest opentelemetry-collector"