This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch revert-751-kevinjqliu/gh-workflow-pull_request in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
commit 695bdd24c8dd9003bad8cddeb7768edc4845bdb9 Author: Kevin Liu <[email protected]> AuthorDate: Wed Feb 25 09:09:07 2026 -0800 Revert "ci: replace pull_request_target with pull_request (#751)" This reverts commit 2cb0c30124a94f93e7f5b080bdad19f425f2effc. --- .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
