Skip to content

Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.6 to 1.23.7 #978

Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.6 to 1.23.7

Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.6 to 1.23.7 #978

name: Release Management
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
update_draft_release:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v6.0.0
with:
config-name: release-drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}