create a node cli script to install updated vilt-ds components (incl. Jetstream variations, VueVentus variations, and pure VILT ones) #2
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
# ./.github/workflows/add_issues_to_org_project.yml | |
name: Add issues to OBEWDS Vue project | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
# - labeled | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/obewds/projects/1 | |
github-token: ${{ secrets.OBEWDS_ORG_PAT }} |