Skip to content

0.18.3 - adding new custom event to vv color mode button (local version) so things like charts can be setup to react to color mode changes! #79

0.18.3 - adding new custom event to vv color mode button (local version) so things like charts can be setup to react to color mode changes!

0.18.3 - adding new custom event to vv color mode button (local version) so things like charts can be setup to react to color mode changes! #79

# ./.github/workflows/add_pull_requests_to_org_project.yml
name: Add Pull Requests to OBEWDS Vue project
on:
pull_request:
types:
- opened
# - 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 }}