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

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 4da0eaee Revert "ci: replace pull_request_target with pull_request" 
(#756)
4da0eaee is described below

commit 4da0eaee1471c6b474a47426e9b01587d1481e70
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Feb 25 14:19:43 2026 -0500

    Revert "ci: replace pull_request_target with pull_request" (#756)
    
    Reverts apache/iceberg-go#751
    
    ugh we must use `pull_request_target` for the forked repo workflow to
    work... otherwise PR opened from forked repo wont get labelled. I tested
    that in #755
---
 .github/workflows/labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 78390932..e56be9f4 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: "Pull Request Labeler"
-on: pull_request
+on: pull_request_target
 
 permissions:
   contents: read

Reply via email to