From dd7fb1ddffd49a8d69951be9f896f39d0853d934 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Thu, 9 Jul 2026 10:20:52 -0400 Subject: [PATCH] Attribute automated docs update PRs to blsaccess docs_updater.yml did not set author/committer, so create-pull-request defaulted to github.actor and PRs were attributed to whoever last touched the workflow. Match version_updater.yml and pin both to the blsaccess service account. --- .github/workflows/docs_updater.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs_updater.yml b/.github/workflows/docs_updater.yml index 4ad688e9d2..1e307181ec 100644 --- a/.github/workflows/docs_updater.yml +++ b/.github/workflows/docs_updater.yml @@ -32,3 +32,5 @@ jobs: base: dev title: "Automated Docs Update" body: "This is an automated pull request to update the documentation." + committer: blsaccess + author: blsaccess