Skip to content

Commit

Permalink
Merge pull request #36 from injas427/gh-changelog-generator-config
Browse files Browse the repository at this point in the history
  • Loading branch information
injas427 authored Nov 27, 2024
2 parents be4b5d1 + ea82510 commit 8614e4d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Changelog Generator
on:
pull_request:
branches:
- develop
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.GH_WORKFLOW_CHANGELOG }}

0 comments on commit 8614e4d

Please sign in to comment.