fix(menu): map deprecated icon
property to leadingIcon
when options are loaded from factory
#1067
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Validation | |
on: | |
pull_request_target: | |
branches: | |
- main | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
workflow_dispatch: | |
jobs: | |
release: | |
name: Pull Request Validation | |
uses: tyler-technologies-oss/forge-automation-shared/.github/workflows/wf-auto-pr-check.yml@v2.8.1 | |
with: | |
NPM_INSTALL_COMMAND: "ci --ignore-scripts" |