[Bug] Update the bottom 'Next' link copy on the component Overview page #2042
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 }} |