Skip to content

fix(rust, python): block predicate pushdown is_in and null producing … #2

fix(rust, python): block predicate pushdown is_in and null producing …

fix(rust, python): block predicate pushdown is_in and null producing … #2

name: Update draft releases
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Draft Rust release
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-rust.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Draft Python release
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-python.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}