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-gh-actions-shared.git
commit aa7987337e53362894a07a5ea3847dccfa9331fe Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Thu Dec 26 22:08:53 2024 +0100 PR Automation - use pull_request_target in example --- .github/workflows/pr-automation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index b81d530..23481cd 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -28,14 +28,12 @@ on: # To use we need: # # on: -# pull_request: +# pull_request_target: # types: # - closed # - unlabeled # - demilestoned -# pull_request_review: -# types: -# - submitted +# #jobs: # pr-automation: # name: PR Automation