Skip to content

fix(deps): bump ansible from 9.2.0 to 9.3.0 in /.github/workflows (#155) #86

fix(deps): bump ansible from 9.2.0 to 9.3.0 in /.github/workflows (#155)

fix(deps): bump ansible from 9.2.0 to 9.3.0 in /.github/workflows (#155) #86

---
name: Release Drafting
"on":
push:
branches:
- main
jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release_drafting_config.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}