Update dropdown guidance to state inline
variant is available for both dropdown and multiselect
#897
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: Add To Project | |
on: | |
issues: | |
types: [opened, labeled] | |
jobs: | |
issue-triage: | |
uses: carbon-design-system/carbon/.github/workflows/add-to-project.yml@main | |
secrets: | |
ADD_TO_PROJECT_PAT: ${{ secrets.ADD_TO_PROJECT_PAT }} |