You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/10/29 17:14:23 UTC

[iceberg] branch master updated: Build: Change labeller to more secure pull_request_target (#1692)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new a6dbe55  Build: Change labeller to more secure pull_request_target (#1692)
a6dbe55 is described below

commit a6dbe5528ee9455c711bb2e8d9fa9467c1767a55
Author: Kyle Bendickson <98...@users.noreply.github.com>
AuthorDate: Thu Oct 29 10:14:14 2020 -0700

    Build: Change labeller to more secure pull_request_target (#1692)
---
 .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 bbaefb2..8bf7ab9 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -18,7 +18,7 @@
 #
 
 name: "Pull Request Labeler"
-on: [pull_request]
+on: pull_request_target
 
 jobs:
   triage: