Add GH workflows

This commit is contained in:
GomathiselviS
2024-01-25 15:17:09 -05:00
parent 0a6d3b604b
commit 15da427a34
7 changed files with 233 additions and 0 deletions

21
.github/workflows/changelog.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
---
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