This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 8044a55c8ab HDDS-14746. update-ozone-site-config-doc fails at `gh pr
edit` due to lack permission (#9852)
8044a55c8ab is described below
commit 8044a55c8ab33bab53a18845991f2dd6a84e2452
Author: Sarveksha Yeshavantha Raju
<[email protected]>
AuthorDate: Sat Feb 28 20:36:36 2026 +0530
HDDS-14746. update-ozone-site-config-doc fails at `gh pr edit` due to lack
permission (#9852)
---
.github/workflows/update-ozone-site-config-doc.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/update-ozone-site-config-doc.yml
b/.github/workflows/update-ozone-site-config-doc.yml
index e5196778a4a..581499fc1bd 100644
--- a/.github/workflows/update-ozone-site-config-doc.yml
+++ b/.github/workflows/update-ozone-site-config-doc.yml
@@ -169,8 +169,8 @@ jobs:
--head "$BRANCH_NAME" --base master --json number --jq
'.[0].number' || echo "")
if [ -n "$EXISTING_PR" ]; then
- echo "Updating existing PR #$EXISTING_PR"
- gh pr edit "$EXISTING_PR" --repo "${{ github.repository_owner
}}/ozone-site" --body-file pr_body.txt
+ echo "Updating existing PR #$EXISTING_PR with a comment"
+ gh pr comment "$EXISTING_PR" --repo "${{ github.repository_owner
}}/ozone-site" --body-file pr_body.txt
else
echo "Creating new PR"
TITLE="[Auto] Update configuration documentation"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]