Skip to content

Bump ansible-lint in /.github/workflows/requirements (#95) #321

Bump ansible-lint in /.github/workflows/requirements (#95)

Bump ansible-lint in /.github/workflows/requirements (#95) #321

---
name: Release Drafter
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}