name: Changelog CI on: pull_request: types: [opened, reopened] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.3 - name: Run Changelog CI uses: saadmk11/changelog-ci@v0.7.0 with: changelog_filename: CHANGELOG.md config_file: .github/configurations/changelog-ci-config.json env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}