Skip to content

Speed too slow when writing mat73 #21

Speed too slow when writing mat73

Speed too slow when writing mat73 #21

Workflow file for this run

name: Automatic 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:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ secrets.DEFAULT_ISSUE_ASSIGNEE }}