Skip to content

[EuiDescriptionList] Update display to grid for vertical column option with new props #8332

[EuiDescriptionList] Update display to grid for vertical column option with new props

[EuiDescriptionList] Update display to grid for vertical column option with new props #8332

Workflow file for this run

name: "Changelog required"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [ main ]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: "upcoming_changelogs/${{ github.event.pull_request.number }}.md"
skipLabels: 'skip-changelog'
missingUpdateErrorMessage: 'You need to add a changelog to this PR before it can be merged. @see https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/changelogs.md'