Skip to content

Commit

Permalink
add changelog generator pipeline (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDrechsler authored Nov 25, 2024
1 parent 0c2f9b2 commit 9cfa43e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Changelog Generator
on:
pull_request:
branches:
- master
types: [opened, reopened, synchronize]

jobs:
changelog:
name: Chanegelog Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: etcdigital/pull-request-changelog@master
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9cfa43e

Please sign in to comment.