Skip to content

Rename functions and variables to deprecate "bagel" and reflect non-imaging data #30

Rename functions and variables to deprecate "bagel" and reflect non-imaging data

Rename functions and variables to deprecate "bagel" and reflect non-imaging data #30

name: Add new issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.NB_BOT_ID }}
private-key: ${{ secrets.NB_BOT_KEY }}
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/neurobagel/projects/1
github-token: ${{ steps.generate-token.outputs.token }}