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

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


The following commit(s) were added to refs/heads/master by this push:
     new b0d90c6fc8 chore(ci): make action/labeler work on fork PRs (#26900)
b0d90c6fc8 is described below

commit b0d90c6fc8001164b1a17a712fec1220da7301ed
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Jan 30 10:58:48 2024 -0800

    chore(ci): make action/labeler work on fork PRs (#26900)
---
 .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 9b8195b51a..e57cd86e2b 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -1,6 +1,6 @@
 name: "Pull Request Labeler"
 on:
-- pull_request
+- pull_request_target
 
 jobs:
   labeler:

Reply via email to