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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new a6bdb0a531 AVRO-4233: [ci] Remove explicit GITHUB_TOKEN (#3659)
a6bdb0a531 is described below

commit a6bdb0a5314faa15e948c2c55649ed724c7a0f8a
Author: Ryan Skraba <[email protected]>
AuthorDate: Sat Mar 7 13:11:58 2026 +0100

    AVRO-4233: [ci] Remove explicit GITHUB_TOKEN (#3659)
    
    * AVRO-4233: [ci] Remove explicit GITHUB_TOKEN
    
    * Try with `pull_request`
    
    * Restore pull_request_target
    
    ---------
    
    Co-authored-by: Martin Grigorov <[email protected]>
---
 .github/workflows/labeler.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 3b585f340b..4288359194 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -28,5 +28,4 @@ jobs:
     steps:
     - uses: actions/labeler@v6
       with:
-        repo-token: "${{ secrets.GITHUB_TOKEN }}"
         sync-labels: true

Reply via email to