Skip to content

Commit

Permalink
Merge pull request ansible-collections#1769 from abikouo/changelog
Browse files Browse the repository at this point in the history
CI - add changelog validation job [Github action]
  • Loading branch information
alinabuzachis authored Jun 13, 2023
2 parents 81ff07d + df44f7a commit 199b460
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: CI

concurrency:
group: '${{ github.workflow }} @ ${{ github.sha }}'
cancel-in-progress: true

on:
push:
branches:
- main
- 'stable-*'
pull_request:

jobs:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main

0 comments on commit 199b460

Please sign in to comment.