Skip to content

#475 use groupId:artifactId as moduleKey for sonar #10

#475 use groupId:artifactId as moduleKey for sonar

#475 use groupId:artifactId as moduleKey for sonar #10

name: Release Drafter
on:
push:
branches:
- master
pull_request:
# pull_request event is required only for auto labeler
types: [ opened, reopened, closed ]
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up release drafter
# Drafts your next Release notes as Pull Requests are merged into "master"
uses: release-drafter/[email protected]
with:
config-name: release_drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}