[PR #734/0c5233a6 backport][stable-5] Defer removal of inventory/k8s to 6.0.0 #304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Changelog | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- labeled | |
- unlabeled | |
- synchronize | |
branches: | |
- main | |
- stable-* | |
jobs: | |
changelog: | |
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main |