Skip to content

Bump ansible-compat from 24.8.0 to 24.9.0 in /.github/workflows/requirements #717

Bump ansible-compat from 24.8.0 to 24.9.0 in /.github/workflows/requirements

Bump ansible-compat from 24.8.0 to 24.9.0 in /.github/workflows/requirements #717

Workflow file for this run

---
name: Release Drafter
on:
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 }}