Skip to content

Add missing release note for MSlice bug fix #37

Add missing release note for MSlice bug fix

Add missing release note for MSlice bug fix #37

Workflow file for this run

name: Close issues with PRs merged into release-next.
on:
pull_request_target:
types: [closed]
branches:
- release-next
jobs:
close-issue-on-pr-merge:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: ldez/gha-mjolnir@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}