Skip to content

Commit

Permalink
feat: Create github action changelog-ci.yml (#209)
Browse files Browse the repository at this point in the history
* feat: Create github action changelog-ci.yml

* Update .github/workflows/changelog-ci.yml

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* Update .github/workflows/changelog-ci.yml

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* Update changelog-ci.yml

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
creatorrr and ellipsis-dev[bot] authored Apr 17, 2024
1 parent 7eea17b commit 056158e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Changelog CI

on:
pull_request:
types: [ opened, synchronize ]

jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.2
with:
changelog_filename: CHANGELOG.md
# config_file: changelog-ci-config.json
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 056158e

Please sign in to comment.