This is an automated email from the ASF dual-hosted git repository.

jonvex pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 47d9631d77e [HUDI-7438] Add write permission of commit statuses in 
Azure CI check (#10745)
47d9631d77e is described below

commit 47d9631d77efb52d614d3ad780146ebfdadda562
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
 

Reply via email to