Skip to content

another test!

another test! #56

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: hakaiinstitute/data-mobilization-team
repo-token: ${{ secrets.CI_TOKEN }}
numOfAssignee: 1
allowSelfAssign: true