Skip to content

Was removal of lib/components-react-node/ from 2.39.0 onwards intentional? #3437

Was removal of lib/components-react-node/ from 2.39.0 onwards intentional?

Was removal of lib/components-react-node/ from 2.39.0 onwards intentional? #3437

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-latest
steps:
- uses: actions/add-to-project@v2.0.0
with:
project-url: ${{ env.DOTCOM_PROJECT_URL }}
github-token: ${{ secrets.ADD_TO_PROJECT }}