Skip to content

Use with 10 um atlas? #43

Use with 10 um atlas?

Use with 10 um atlas? #43

Workflow file for this run

name: Issue management
on:
issues:
types: [opened]
jobs:
do-things:
runs-on: ubuntu-latest
steps:
- name: Auto-assign issue
uses: pozil/[email protected]
with:
assignees: Tevemadar
numOfAssignee: 1
allowSelfAssign: true
- name: Add issue to project
uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/Neural-Systems-at-UIO/projects/2
github-token: ${{ secrets.AUTOMATION_TOKEN }}