Skip to content

feat(): path animation #177

feat(): path animation

feat(): path animation #177

name: 'Update 📋'
on:
pull_request:
branches: [master]
types: [opened, edited]
jobs:
changelog:
if: github.event.action == 'opened' || github.event.changes.title.from != github.event.pull_request.title
uses: ./.github/workflows/changelog.yml
with:
create: ${{ github.event.action == 'opened' }}
update: ${{ github.event.changes.title.from != github.event.pull_request.title }}