From cd2063432ea9087c96b3223f7f4334a8c6c7bbbc Mon Sep 17 00:00:00 2001 From: Ronnie Miller Date: Tue, 28 Jan 2025 13:55:20 -0800 Subject: [PATCH] Remove author when updating pull request with GitHub Pages build status --- .github/workflows/deploy-bundle-preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-bundle-preview.yml b/.github/workflows/deploy-bundle-preview.yml index de02938..7c6d09d 100644 --- a/.github/workflows/deploy-bundle-preview.yml +++ b/.github/workflows/deploy-bundle-preview.yml @@ -81,7 +81,6 @@ jobs: with: token: ${{ secrets.DOCS_GITHUB_PAT }} issue-number: ${{ github.event.pull_request.number }} - comment-author: 'mlr' body-includes: UI bundle preview build successful! direction: last