[Feature Flags] Overflow menu: add feature flag content to Usage and Code tabs #2048
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 }} |