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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bf117a  chore: disable labeler due to permission and policy (#115)
5bf117a is described below

commit 5bf117a85c50bd848d51ee81d4dc20202ceae8bd
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Aug 19 01:53:22 2024 -0500

    chore: disable labeler due to permission and policy (#115)
---
 .github/workflows/pr.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 431b201..5bab6b3 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -46,3 +46,5 @@ jobs:
 
       - name: Labeling
         uses: actions/labeler@v5
+        # disable until figuring out a way to do this without 
pull_request_target
+        if: false

Reply via email to