Skip to content

Commit

Permalink
[workflow] Add workflow to check for changelog fragments in PR (#274)
Browse files Browse the repository at this point in the history
* [workflow] Add workflow to check for changelog fragments in PR

* Skip changelog for new_resource_module labelled PRs
  • Loading branch information
ArunSaravananBalachandran authored Jul 18, 2023
1 parent 70dcac1 commit 19f149a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ on:
- cron: '0 6 * * *'

jobs:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
if: (github.event_name != 'schedule' && !contains(github.event.pull_request.labels.*.name, 'new_resource_module'))
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
3 changes: 3 additions & 0 deletions changelogs/fragments/274-add-changelog-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- workflow - Add github workflow to check for changelog fragments in PR (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/274).

0 comments on commit 19f149a

Please sign in to comment.