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

sjaranowski pushed a commit to branch pr-automation-target
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 43cb361b933762dba2e0d7c9b82b2a4b07c7c62d
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Dec 27 10:16:45 2024 +0100

    PR Automation - use pull_request_target
    
    as we need write access to update labels and milestone from forked PR
---
 .github/workflows/pr-automation.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/pr-automation.yml 
b/.github/workflows/pr-automation.yml
index d6af17f..11f193d 100644
--- a/.github/workflows/pr-automation.yml
+++ b/.github/workflows/pr-automation.yml
@@ -17,14 +17,11 @@
 
 name: PR Automation
 on:
-  pull_request:
+  pull_request_target:
     types:
       - closed
       - unlabeled
       - demilestoned
-  pull_request_review:
-    types:
-      - submitted
 
 jobs:
   pr-automation:

Reply via email to