This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-0.14.1-spark35-scala213 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 4739bf2444afdf68736dfb09ca8c2b9bed9a0058 Author: Y Ethan Guo <[email protected]> AuthorDate: Sat Feb 24 10:55:32 2024 -0800 [HUDI-7438] Add write permission of commit statuses in Azure CI check (#10745) --- .github/workflows/azure_ci_check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/azure_ci_check.yml b/.github/workflows/azure_ci_check.yml index 347d9c2959f..3c4ba58a7f3 100644 --- a/.github/workflows/azure_ci_check.yml +++ b/.github/workflows/azure_ci_check.yml @@ -22,6 +22,7 @@ on: types: [ created, edited, deleted ] permissions: + statuses: write pull-requests: read issues: read
