Skip to content

fix(common): Remove findDOMNode from makeDroppable (BREAKING CHANGE) #7857

fix(common): Remove findDOMNode from makeDroppable (BREAKING CHANGE)

fix(common): Remove findDOMNode from makeDroppable (BREAKING CHANGE) #7857

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: lint_pull_request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}