Skip to content

Chore(deps-dev): Bump com.tngtech.archunit:archunit from 1.1.0 to 1.2… #390

Chore(deps-dev): Bump com.tngtech.archunit:archunit from 1.1.0 to 1.2…

Chore(deps-dev): Bump com.tngtech.archunit:archunit from 1.1.0 to 1.2… #390

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}