Skip to content

chore(deps): bump the uv group across 1 directory with 6 updates #7

chore(deps): bump the uv group across 1 directory with 6 updates

chore(deps): bump the uv group across 1 directory with 6 updates #7

name: Add to community meeting project
on:
issues:
types:
- labeled
pull_request:
types:
- labeled
jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
if: github.event.label.name == 'community-meeting'
steps:
- name: Add to project
uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/bids-standard/projects/23
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}