This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch kevinjqliu/gh-workflow-pull_request in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
commit e52f0cc7f515a699b3a3f52b9437a57fc804e62e Author: Kevin Liu <[email protected]> AuthorDate: Mon Feb 23 14:23:43 2026 -0800 Update labeler.yml --- .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 e56be9f4..78390932 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_target +on: pull_request permissions: contents: read
