Documentation needs to be updated for loaders (overlap and chunksize) as causing undefined errors when migrating #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Assign Issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: 'Auto assign issue' | |
uses: pozil/auto-assign-issue@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
assignees: adhityan | |
numOfAssignee: 1 |