Skip to content

FMWK-470 Find by string not in doesn't return entities with null in the relevant field #1492

FMWK-470 Find by string not in doesn't return entities with null in the relevant field

FMWK-470 Find by string not in doesn't return entities with null in the relevant field #1492

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}