Skip to content

feat: Expose comparison objects upon failure in testing assertions to… #18

feat: Expose comparison objects upon failure in testing assertions to…

feat: Expose comparison objects upon failure in testing assertions to… #18

name: Release Drafter
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
draft-release:
name: Draft Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Update release draft
uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
with:
token: ${{ github.token }}