Skip to content

[PBNTR-661] Create a "stickyLeftcolumn" prop for the Table kit #1850

[PBNTR-661] Create a "stickyLeftcolumn" prop for the Table kit

[PBNTR-661] Create a "stickyLeftcolumn" prop for the Table kit #1850

Workflow file for this run

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