Skip to content

chore(deps): bump tj-actions/changed-files from 44 to 45 (#170) #90

chore(deps): bump tj-actions/changed-files from 44 to 45 (#170)

chore(deps): bump tj-actions/changed-files from 44 to 45 (#170) #90

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}