Skip to content

fix: allow label on FieldWrapper to be ReactNode #5078

fix: allow label on FieldWrapper to be ReactNode

fix: allow label on FieldWrapper to be ReactNode #5078

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, reopened, edited, assigned, unassigned]
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
danger:
name: Check
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.TOPTAL_DEVBOT_TOKEN }}
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: toptal/davinci-github-actions/[email protected]
- uses: toptal/davinci-github-actions/[email protected]