compvis / .github /workflows /changelog.yml
Dexter's picture
Upload folder using huggingface_hub
36c95ba verified
raw
history blame contribute delete
427 Bytes
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}}