Skip to content

[r] Port the query-condition logic from TileDB-R to TileDB-SOMA-R #1522

[r] Port the query-condition logic from TileDB-R to TileDB-SOMA-R

[r] Port the query-condition logic from TileDB-R to TileDB-SOMA-R #1522

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
paths-ignore:
- '_quarto.yml'
- 'quarto-materials/*'
- '**/.md'
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}