Skip to content

Update Readme to match the template and the ansible-core support version #551

Update Readme to match the template and the ansible-core support version

Update Readme to match the template and the ansible-core support version #551

Workflow file for this run

name: Changelog
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
- stable-*
tags:
- '*'
jobs:
test:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main