Skip to content

cfug/dio_action_check_changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c9546d · Feb 23, 2023

History

28 Commits
Feb 22, 2023
Feb 23, 2023
Feb 23, 2023
Feb 23, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 23, 2023
Feb 23, 2023
Feb 22, 2023
Feb 23, 2023
Feb 23, 2023
Feb 22, 2023

Repository files navigation

README

Check dio changelog for pull request

Usage

jobs:
  check-changelog:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: cfug/dio_action_check_changelog@main
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          ignore-comment-regexp: 'Exempt CHANGELOG changes: .+' # optional

What does this action do?

If pull request don't change CHANGELOG.md, CI will fail.

Or, if the pull request comments contains Exempt CHANGELOG changes: xxx write by project owner or collaborator(have write permission), CI will pass.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published