Files
community.okd/.github/workflows/changelog.yml
GomathiselviS 69a9541f4b Fix sanity failures (#220)
* Fix sanity failures

* Add github workflows
2024-01-31 16:00:43 +00:00

24 lines
392 B
YAML

---
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:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main