Skip to content

fix(deps): bump ansible-lint from 24.2.0 to 24.2.2 in /.github/workfl… #92

fix(deps): bump ansible-lint from 24.2.0 to 24.2.2 in /.github/workfl…

fix(deps): bump ansible-lint from 24.2.0 to 24.2.2 in /.github/workfl… #92

---
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 }}