From 8c6801585453886f1a19e7c13b7e84890a6d7d70 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Thu, 12 Dec 2024 09:30:50 +0100 Subject: [PATCH] Set author in auto-update-community-members.yml fixes an issue where the author is the merge queue bot(?) in https://github.com/open-telemetry/opentelemetry.io/pull/5757 --- .github/workflows/auto-update-community-members.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-update-community-members.yml b/.github/workflows/auto-update-community-members.yml index 402545a20011..6fe36ee0c676 100644 --- a/.github/workflows/auto-update-community-members.yml +++ b/.github/workflows/auto-update-community-members.yml @@ -35,6 +35,9 @@ jobs: uses: peter-evans/create-pull-request@v7 with: add-paths: 'data/community/members.yaml' + author: + opentelemetrybot + <107717825+opentelemetrybot@users.noreply.github.com> committer: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>