Skip to content

Dataset - Larval Dungeness crab arrival timing, abundance, and size along the coast of British Columbia #63

Dataset - Larval Dungeness crab arrival timing, abundance, and size along the coast of British Columbia

Dataset - Larval Dungeness crab arrival timing, abundance, and size along the coast of British Columbia #63

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
teams: data-mobilization-team
repo-token: ${{ secrets.CI_TOKEN }}
numOfAssignee: 1
allowSelfAssign: true