Skip to content

feat(rust, python): introduce 'label' instead of 'truncate' in group_by_dynamic, which can take label='right' #8324

feat(rust, python): introduce 'label' instead of 'truncate' in group_by_dynamic, which can take label='right'

feat(rust, python): introduce 'label' instead of 'truncate' in group_by_dynamic, which can take label='right' #8324

Workflow file for this run

name: Pull request labeler
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Label pull request
uses: release-drafter/release-drafter@v5
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}