This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push: new fd1fd9c Use shared release-drafter action fd1fd9c is described below commit fd1fd9c1221514d5e17c771b5c766876df9e057c Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat May 17 17:48:28 2025 +0200 Use shared release-drafter action --- .github/workflows/release-drafter.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d8c973f..1d42721 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,10 +20,8 @@ on: push: branches: - master + workflow_dispatch: + jobs: update_release_draft: - runs-on: ubuntu-latest - steps: - - uses: release-drafter/release-drafter@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4