Skip to content

fix: Using an odd number of elements in strokeDashArray will contaminate the original data #1112

fix: Using an odd number of elements in strokeDashArray will contaminate the original data

fix: Using an odd number of elements in strokeDashArray will contaminate the original data #1112

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 }}