[callout-quote]: component doesn't render in plex font in CN/JP/KO/AR because there's no serif version of those fonts #3042
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] | |
workflow_call: | |
secrets: | |
ADD_TO_PROJECT: | |
required: true | |
# add new project URLs here | |
env: | |
DOTCOM_PROJECT_URL: https://github.com/orgs/carbon-design-system/projects/56 | |
jobs: | |
add-to-dotcom-project: | |
name: Add issue to Dotcom project | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/add-to-project@v1.0.2 | |
with: | |
project-url: ${{ env.DOTCOM_PROJECT_URL }} | |
github-token: ${{ secrets.ADD_TO_PROJECT }} |