Skip to content

chore(deps): bump the actions-infrastructure group across 1 directory with 2 updates #4

chore(deps): bump the actions-infrastructure group across 1 directory with 2 updates

chore(deps): bump the actions-infrastructure group across 1 directory with 2 updates #4

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@v2.0.0
with:
project-url: https://github.com/orgs/bids-standard/projects/23
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}