Skip to content

Feat: Add spacingX and spacingY to Flex component #DS-1427 #1517

Feat: Add spacingX and spacingY to Flex component #DS-1427

Feat: Add spacingX and spacingY to Flex component #DS-1427 #1517

Workflow file for this run

name: Pull Request Meta
on:
pull_request:
types: [opened]
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-24.04
steps:
- name: Assign to author
uses: kentaro-m/auto-assign-action@v2.0.0 # Specify also the minor version because the `v2` tag does not exist.
- name: Add labels
uses: TimonVS/pr-labeler-action@v5.0.0
with:
configuration-path: .github/pr-labeler.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}