Skip to content

mach-composer/check-changie-changes-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-changie-changes-action

This action checks if a new changelog file has been added in the commits. If not, it will fail the workflow.

Usage

name: Check changelog changes
steps:
  - uses: actions/checkout@v3
    with:
      fetch-depth: 0

  - name: Has changes file
    # Some automated tooling might not immediately create a changelog file. These can be handled independently
    if: github.actor != 'dependabot[bot]'
    uses: mach-composer/[email protected]

About

An action to check whether a PR has a changie file set

Resources

Stars

Watchers

Forks

Packages

No packages published