This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e2f3d2a Update PR automation workflow and release drafter
configuration
e2f3d2a is described below
commit e2f3d2adcc2253affa215fc68ec6d4ad0bd10cb6
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jul 18 09:56:52 2026 +0200
Update PR automation workflow and release drafter configuration
What changed:
- Updated PR automation workflow to use version 5.
- Removed unnecessary event types from the pull request trigger.
- Added a tag template for the release drafter configuration.
---
.github/release-drafter.yml | 1 +
.github/workflows/pr-automation.yml | 7 +------
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 387b9ca..1d6128e 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,3 +16,4 @@
# under the License.
_extends: maven-gh-actions-shared
+tag-template: maven-scm-publish-plugin-$RESOLVED_VERSION
diff --git a/.github/workflows/pr-automation.yml
b/.github/workflows/pr-automation.yml
index d81f5ff..de4e3e0 100644
--- a/.github/workflows/pr-automation.yml
+++ b/.github/workflows/pr-automation.yml
@@ -19,14 +19,9 @@ name: PR Automation
on:
pull_request_target:
types:
- - opened
- - synchronize
- - reopened
- - edited
- - ready_for_review
- closed
jobs:
pr-automation:
name: PR Automation
- uses:
apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml@v4-fail-if-empty-label
+ uses: apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml@v5