[Notification] add guidance of not supporting or recommending list styles in notifications #2498
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 }} |