Skip to content

fix: do not stop processing messages when we encounter a map #4

fix: do not stop processing messages when we encounter a map

fix: do not stop processing messages when we encounter a map #4

name: Draft release
on:
push:
branches: [ main ]
jobs:
update_release_draft:
name: Update draft release
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 1
- name: Update release draft
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}