Skip to content

add in docs for the complimentary test files installed for each of the components in the pkg readme #3

add in docs for the complimentary test files installed for each of the components in the pkg readme

add in docs for the complimentary test files installed for each of the components in the pkg readme #3

# ./.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 }}