Skip to content

feat(ci): cancel in-progress PR workflows on new commit push #279

feat(ci): cancel in-progress PR workflows on new commit push

feat(ci): cancel in-progress PR workflows on new commit push #279

name: Changelog Preview
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
- labeled
- unlabeled
permissions:
contents: write
pull-requests: write
statuses: write
jobs:
changelog-preview:
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
secrets: inherit