Skip to content

Dataset - Testing record (Copy) (Copy) #49

Dataset - Testing record (Copy) (Copy)

Dataset - Testing record (Copy) (Copy) #49

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:
assignees: Br-Johnson,timvdstap,JessyBarrette
numOfAssignee: 1
allowSelfAssign: true